#365620

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

Shades of Palm Leaf #365620

Tints of Palm Leaf #365620

Color information

#365620 (or 0x365620) is unknown color: approx Palm Leaf. HEX triplet: 36, 56 and 20. RGB value is (54,86,32). Sum of RGB (Red+Green+Blue) = 54+86+32=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #365620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365620 is #C9A9DF. Grayscale: #464646. Windows color (decimal): -13216224 or 2119222. OLE color: 2119222.

HSL color Cylindrical-coordinate representation of color #365620: hue angle of 95.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365620 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB548632-
CMYK0.3700.630.66
HSL95.56º45.76%23.14%-
HSV(B)95.56º62.79%33.73%-
XYZ5.117.542.55-
YUV70.28106.4116.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=31.40%
G=50%
B=18.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486320.3700.630.6695.5645.7623.14
Hex3656202503F42602e17
Octal6612640450771021405627
Binary110110101011010000010010101111111000010110000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365620; }

 p { color: rgb(54,86,32); }

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

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

 a { background-color: rgb(54,86,32); }

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

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

 span { border-color: rgb(54,86,32); }

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