#39B64D

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

Shades of Fruit Salad #39B64D

Tints of Fruit Salad #39B64D

Color information

#39B64D (or 0x39B64D) is unknown color: approx Fruit Salad. HEX triplet: 39, B6 and 4D. RGB value is (57,182,77). Sum of RGB (Red+Green+Blue) = 57+182+77=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #39B64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39B64D is #C649B2. Grayscale: #848484. Windows color (decimal): -12994995 or 5092921. OLE color: 5092921.

HSL color Cylindrical-coordinate representation of color #39B64D: hue angle of 129.6º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B64D is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB5718277-
CMYK0.6900.580.29
HSL129.6º52.3%46.86%-
HSV(B)129.6º68.68%71.37%-
XYZ19.7534.8612.71-
YUV132.6596.5974.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 182 (71.48% from 255) = 57.59%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=18.04%
G=57.59%
B=24.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57182770.6900.580.29129.652.346.86
Hex39B64D4503A1D82342f
Octal71266115105072352026457
Binary111001101101101001101100010101110101110110000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B64D; }

 p { color: rgb(57,182,77); }

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

<style>
 a { background-color: #39B64D; }

 a { background-color: rgb(57,182,77); }

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

<style>
 span { border-color: #39B64D; }

 span { border-color: rgb(57,182,77); }

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