#404E2F

Color #404E2F Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #404E2F

Tints of Clover #404E2F

Color information

#404E2F (or 0x404E2F) is unknown color: approx Clover. HEX triplet: 40, 4E and 2F. RGB value is (64,78,47). Sum of RGB (Red+Green+Blue) = 64+78+47=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #404E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E2F is #BFB1D0. Grayscale: #464646. Windows color (decimal): -12562897 or 3100224. OLE color: 3100224.

HSL color Cylindrical-coordinate representation of color #404E2F: hue angle of 87.1º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404E2F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB647847-
CMYK0.1800.400.69
HSL87.1º24.8%24.51%-
HSV(B)87.1º39.74%30.59%-
XYZ5.356.743.71-
YUV70.28114.86123.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=33.86%
G=41.27%
B=24.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478470.1800.400.6987.124.824.51
Hex404E2F1202845571919
Octal10011657220501051273131
Binary10000001001110101111100100101000100010110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E2F; }

 p { color: rgb(64,78,47); }

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

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

 a { background-color: rgb(64,78,47); }

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

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

 span { border-color: rgb(64,78,47); }

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