#424940

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

Shades of Palm Leaf #424940

Tints of Palm Leaf #424940

Color information

#424940 (or 0x424940) is unknown color: approx Palm Leaf. HEX triplet: 42, 49 and 40. RGB value is (66,73,64). Sum of RGB (Red+Green+Blue) = 66+73+64=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #424940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424940 is #BDB6BF. Grayscale: #454545. Windows color (decimal): -12433088 or 4213058. OLE color: 4213058.

HSL color Cylindrical-coordinate representation of color #424940: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424940 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB667364-
CMYK0.1000.120.71
HSL106.67º6.57%26.86%-
HSV(B)106.67º12.33%28.63%-
XYZ5.556.295.77-
YUV69.88124.68125.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=32.51%
G=35.96%
B=31.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673640.1000.120.71106.676.5726.86
Hex424940A0C476b71b
Octal10211110012014107153733
Binary1000010100100110000001010011001000111110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424940; }

 p { color: rgb(66,73,64); }

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

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

 a { background-color: rgb(66,73,64); }

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

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

 span { border-color: rgb(66,73,64); }

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