#36542A

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

Shades of Palm Leaf #36542A

Tints of Palm Leaf #36542A

Color information

#36542A (or 0x36542A) is unknown color: approx Palm Leaf. HEX triplet: 36, 54 and 2A. RGB value is (54,84,42). Sum of RGB (Red+Green+Blue) = 54+84+42=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #36542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36542A is #C9ABD5. Grayscale: #464646. Windows color (decimal): -13216726 or 2774070. OLE color: 2774070.

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

Color convert

RGB548442-
CMYK0.3600.50.67
HSL102.86º33.33%24.71%-
HSV(B)102.86º50%32.94%-
XYZ5.117.293.33-
YUV70.24112.06116.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=30%
G=46.67%
B=23.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484420.3600.50.67102.8633.3324.71
Hex36542A2403243672119
Octal6612452440621031474131
Binary110110101010010101010010001100101000011110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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