#405337

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

Shades of Palm Leaf #405337

Tints of Palm Leaf #405337

Color information

#405337 (or 0x405337) is unknown color: approx Palm Leaf. HEX triplet: 40, 53 and 37. RGB value is (64,83,55). Sum of RGB (Red+Green+Blue) = 64+83+55=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #405337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405337 is #BFACC8. Grayscale: #4A4A4A. Windows color (decimal): -12561609 or 3625792. OLE color: 3625792.

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

Color convert

RGB648355-
CMYK0.2300.340.67
HSL100.71º20.29%27.06%-
HSV(B)100.71º33.73%32.55%-
XYZ5.97.554.76-
YUV74.13117.21120.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=31.68%
G=41.09%
B=27.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483550.2300.340.67100.7120.2927.06
Hex405337170224365141b
Octal10012367270421031452433
Binary10000001010011110111101110100010100001111001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405337; }

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

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

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

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

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

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

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

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