#36522F

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

Shades of Palm Leaf #36522F

Tints of Palm Leaf #36522F

Color information

#36522F (or 0x36522F) is unknown color: approx Palm Leaf. HEX triplet: 36, 52 and 2F. RGB value is (54,82,47). Sum of RGB (Red+Green+Blue) = 54+82+47=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #36522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36522F is #C9ADD0. Grayscale: #454545. Windows color (decimal): -13217233 or 3101238. OLE color: 3101238.

HSL color Cylindrical-coordinate representation of color #36522F: hue angle of 108º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36522F is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB548247-
CMYK0.3400.430.68
HSL108º27.13%25.29%-
HSV(B)108º42.68%32.16%-
XYZ5.057.023.78-
YUV69.64115.22116.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=29.51%
G=44.81%
B=25.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482470.3400.430.6810827.1325.29
Hex36522F2202B446c1b19
Octal6612257420531041543331
Binary11011010100101011111000100101011100010011011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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