#36492A

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

Shades of Palm Leaf #36492A

Tints of Palm Leaf #36492A

Color information

#36492A (or 0x36492A) is unknown color: approx Palm Leaf. HEX triplet: 36, 49 and 2A. RGB value is (54,73,42). Sum of RGB (Red+Green+Blue) = 54+73+42=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #36492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36492A is #C9B6D5. Grayscale: #3F3F3F. Windows color (decimal): -13219542 or 2771254. OLE color: 2771254.

HSL color Cylindrical-coordinate representation of color #36492A: hue angle of 96.77º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36492A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB547342-
CMYK0.2600.420.71
HSL96.77º26.96%22.55%-
HSV(B)96.77º42.47%28.63%-
XYZ4.325.723.07-
YUV63.78115.71121.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=31.95%
G=43.20%
B=24.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473420.2600.420.7196.7726.9622.55
Hex36492A1A02A47611b17
Octal6611152320521071413327
Binary1101101001001101010110100101010100011111000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36492A; }

 p { color: rgb(54,73,42); }

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

<style>
 a { background-color: #36492A; }

 a { background-color: rgb(54,73,42); }

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

<style>
 span { border-color: #36492A; }

 span { border-color: rgb(54,73,42); }

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