#405038

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

Shades of Palm Leaf #405038

Tints of Palm Leaf #405038

Color information

#405038 (or 0x405038) is unknown color: approx Palm Leaf. HEX triplet: 40, 50 and 38. RGB value is (64,80,56). Sum of RGB (Red+Green+Blue) = 64+80+56=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #405038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405038 is #BFAFC7. Grayscale: #484848. Windows color (decimal): -12562376 or 3690560. OLE color: 3690560.

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

Color convert

RGB648056-
CMYK0.2000.300.69
HSL100º17.65%26.67%-
HSV(B)100º30%31.37%-
XYZ5.77.114.81-
YUV72.48118.7121.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 28%
R=32%
G=40%
B=28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480560.2000.300.6910017.6526.67
Hex4050381401E4564121b
Octal10012070240361051442233
Binary1000000101000011100010100011110100010111001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405038; }

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

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

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

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

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

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

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

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