#36542F

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

Shades of Palm Leaf #36542F

Tints of Palm Leaf #36542F

Color information

#36542F (or 0x36542F) is unknown color: approx Palm Leaf. HEX triplet: 36, 54 and 2F. RGB value is (54,84,47). Sum of RGB (Red+Green+Blue) = 54+84+47=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #36542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36542F is #C9ABD0. Grayscale: #464646. Windows color (decimal): -13216721 or 3101750. OLE color: 3101750.

HSL color Cylindrical-coordinate representation of color #36542F: hue angle of 108.65º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36542F is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB548447-
CMYK0.3600.440.67
HSL108.65º28.24%25.69%-
HSV(B)108.65º44.05%32.94%-
XYZ5.27.333.83-
YUV70.81114.56116.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=29.19%
G=45.41%
B=25.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484470.3600.440.67108.6528.2425.69
Hex36542F2402C436d1c1a
Octal6612457440541031553432
Binary11011010101001011111001000101100100001111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,84,47); }

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

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

 a { background-color: rgb(54,84,47); }

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

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

 span { border-color: rgb(54,84,47); }

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