#3DBB52

Color #3DBB52 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3DBB52

Tints of Fruit Salad #3DBB52

Color information

#3DBB52 (or 0x3DBB52) is unknown color: approx Fruit Salad. HEX triplet: 3D, BB and 52. RGB value is (61,187,82). Sum of RGB (Red+Green+Blue) = 61+187+82=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB52 is #C244AD. Grayscale: #898989. Windows color (decimal): -12731566 or 5421885. OLE color: 5421885.

HSL color Cylindrical-coordinate representation of color #3DBB52: hue angle of 130º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB52 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB6118782-
CMYK0.6700.560.27
HSL130º50.81%48.63%-
HSV(B)130º67.38%73.33%-
XYZ21.2237.1414.03-
YUV137.3696.7673.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 187 (73.44% from 255) = 56.67%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=18.48%
G=56.67%
B=24.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61187820.6700.560.2713050.8148.63
Hex3DBB52430381B823331
Octal75273122103070332026361
Binary111101101110111010010100001101110001101110000010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DBB52; }

 p { color: rgb(61,187,82); }

 H1.HeaderClassName
 {
   color: #3DBB52;
 }
 .AnyTagClassName
 {
   color: #3DBB52;
 }
</style>
background-color css

<style>
 a { background-color: #3DBB52; }

 a { background-color: rgb(61,187,82); }

 div.DivClassName
 {
   background-color: #3DBB52;
 }
 .BgClassName
 {
   background-color: #3DBB52;
 }
</style>
border-color css

<style>
 span { border-color: #3DBB52; }

 span { border-color: rgb(61,187,82); }

 td.TdClassName
 {
   border-color: #3DBB52;
 }
 .TagClassName
 {
   border-color: #3DBB52;
 }
</style>