#405039

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

Shades of Palm Leaf #405039

Tints of Palm Leaf #405039

Color information

#405039 (or 0x405039) is unknown color: approx Palm Leaf. HEX triplet: 40, 50 and 39. RGB value is (64,80,57). Sum of RGB (Red+Green+Blue) = 64+80+57=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #405039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405039 is #BFAFC6. Grayscale: #484848. Windows color (decimal): -12562375 or 3756096. OLE color: 3756096.

HSL color Cylindrical-coordinate representation of color #405039: hue angle of 101.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405039 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB648057-
CMYK0.2000.290.69
HSL101.74º16.79%26.86%-
HSV(B)101.74º28.75%31.37%-
XYZ5.727.124.94-
YUV72.59119.2121.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=31.84%
G=39.80%
B=28.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480570.2000.290.69101.7416.7926.86
Hex4050391401D4566111b
Octal10012071240351051462133
Binary1000000101000011100110100011101100010111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405039; }

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

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

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

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

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

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

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

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