#405139

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

Shades of Palm Leaf #405139

Tints of Palm Leaf #405139

Color information

#405139 (or 0x405139) is unknown color: approx Palm Leaf. HEX triplet: 40, 51 and 39. RGB value is (64,81,57). Sum of RGB (Red+Green+Blue) = 64+81+57=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #405139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405139 is #BFAEC6. Grayscale: #494949. Windows color (decimal): -12562119 or 3756352. OLE color: 3756352.

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

Color convert

RGB648157-
CMYK0.2100.300.68
HSL102.5º17.39%27.06%-
HSV(B)102.5º29.63%31.76%-
XYZ5.87.274.97-
YUV73.18118.87121.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=31.68%
G=40.10%
B=28.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481570.2100.300.68102.517.3927.06
Hex4051391501E4466111b
Octal10012171250361041462133
Binary1000000101000111100110101011110100010011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405139; }

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

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

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

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

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

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

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

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