#39502B

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

Shades of Palm Leaf #39502B

Tints of Palm Leaf #39502B

Color information

#39502B (or 0x39502B) is unknown color: approx Palm Leaf. HEX triplet: 39, 50 and 2B. RGB value is (57,80,43). Sum of RGB (Red+Green+Blue) = 57+80+43=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #39502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39502B is #C6AFD4. Grayscale: #454545. Windows color (decimal): -13021141 or 2838585. OLE color: 2838585.

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

Color convert

RGB578043-
CMYK0.2900.460.69
HSL97.3º30.08%24.12%-
HSV(B)97.3º46.25%31.37%-
XYZ4.996.783.33-
YUV68.9113.38119.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=31.67%
G=44.44%
B=23.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780430.2900.460.6997.330.0824.12
Hex39502B1D02E45611e18
Octal7112053350561051413630
Binary1110011010000101011111010101110100010111000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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