#36542D

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

Shades of Palm Leaf #36542D

Tints of Palm Leaf #36542D

Color information

#36542D (or 0x36542D) is unknown color: approx Palm Leaf. HEX triplet: 36, 54 and 2D. RGB value is (54,84,45). Sum of RGB (Red+Green+Blue) = 54+84+45=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #36542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36542D is #C9ABD2. Grayscale: #464646. Windows color (decimal): -13216723 or 2970678. OLE color: 2970678.

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

Color convert

RGB548445-
CMYK0.3600.460.67
HSL106.15º30.23%25.29%-
HSV(B)106.15º46.43%32.94%-
XYZ5.177.313.62-
YUV70.58113.56116.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=29.51%
G=45.90%
B=24.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484450.3600.460.67106.1530.2325.29
Hex36542D2402E436a1e19
Octal6612455440561031523631
Binary11011010101001011011001000101110100001111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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