#39502F

Color #39502F Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #39502F

Tints of Palm Leaf #39502F

Color information

#39502F (or 0x39502F) is unknown color: approx Palm Leaf. HEX triplet: 39, 50 and 2F. RGB value is (57,80,47). Sum of RGB (Red+Green+Blue) = 57+80+47=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #39502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39502F is #C6AFD0. Grayscale: #454545. Windows color (decimal): -13021137 or 3100729. OLE color: 3100729.

HSL color Cylindrical-coordinate representation of color #39502F: hue angle of 101.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39502F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB578047-
CMYK0.2900.410.69
HSL101.82º25.98%24.9%-
HSV(B)101.82º41.25%31.37%-
XYZ5.076.813.74-
YUV69.36115.38119.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=30.98%
G=43.48%
B=25.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780470.2900.410.69101.8225.9824.9
Hex39502F1D02945661a19
Octal7112057350511051463231
Binary1110011010000101111111010101001100010111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39502F; }

 p { color: rgb(57,80,47); }

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

<style>
 a { background-color: #39502F; }

 a { background-color: rgb(57,80,47); }

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

<style>
 span { border-color: #39502F; }

 span { border-color: rgb(57,80,47); }

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