#36552F

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

Shades of Palm Leaf #36552F

Tints of Palm Leaf #36552F

Color information

#36552F (or 0x36552F) is unknown color: approx Palm Leaf. HEX triplet: 36, 55 and 2F. RGB value is (54,85,47). Sum of RGB (Red+Green+Blue) = 54+85+47=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #36552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36552F is #C9AAD0. Grayscale: #474747. Windows color (decimal): -13216465 or 3102006. OLE color: 3102006.

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

Color convert

RGB548547-
CMYK0.3600.450.67
HSL108.95º28.79%25.88%-
HSV(B)108.95º44.71%33.33%-
XYZ5.287.493.86-
YUV71.4114.23115.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=29.03%
G=45.70%
B=25.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485470.3600.450.67108.9528.7925.88
Hex36552F2402D436d1d1a
Octal6612557440551031553532
Binary11011010101011011111001000101101100001111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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