#405137

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

Shades of Palm Leaf #405137

Tints of Palm Leaf #405137

Color information

#405137 (or 0x405137) is unknown color: approx Palm Leaf. HEX triplet: 40, 51 and 37. RGB value is (64,81,55). Sum of RGB (Red+Green+Blue) = 64+81+55=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #405137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405137 is #BFAEC8. Grayscale: #494949. Windows color (decimal): -12562121 or 3625280. OLE color: 3625280.

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

Color convert

RGB648155-
CMYK0.2100.320.68
HSL99.23º19.12%26.67%-
HSV(B)99.23º32.1%31.76%-
XYZ5.757.254.71-
YUV72.95117.87121.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=32%
G=40.5%
B=27.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481550.2100.320.6899.2319.1226.67
Hex405137150204463131b
Octal10012167250401041432333
Binary10000001010001110111101010100000100010011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405137; }

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

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

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

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

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

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

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

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