#405237

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

Shades of Palm Leaf #405237

Tints of Palm Leaf #405237

Color information

#405237 (or 0x405237) is unknown color: approx Palm Leaf. HEX triplet: 40, 52 and 37. RGB value is (64,82,55). Sum of RGB (Red+Green+Blue) = 64+82+55=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #405237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405237 is #BFADC8. Grayscale: #494949. Windows color (decimal): -12561865 or 3625536. OLE color: 3625536.

HSL color Cylindrical-coordinate representation of color #405237: hue angle of 100º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405237 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB648255-
CMYK0.2200.330.68
HSL100º19.71%26.86%-
HSV(B)100º32.93%32.16%-
XYZ5.827.44.74-
YUV73.54117.54121.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=31.84%
G=40.80%
B=27.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482550.2200.330.6810019.7126.86
Hex405237160214464141b
Octal10012267260411041442433
Binary10000001010010110111101100100001100010011001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405237; }

 p { color: rgb(64,82,55); }

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

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

 a { background-color: rgb(64,82,55); }

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

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

 span { border-color: rgb(64,82,55); }

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