#404F2C

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

Shades of Clover #404F2C

Tints of Clover #404F2C

Color information

#404F2C (or 0x404F2C) is unknown color: approx Clover. HEX triplet: 40, 4F and 2C. RGB value is (64,79,44). Sum of RGB (Red+Green+Blue) = 64+79+44=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #404F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F2C is #BFB0D3. Grayscale: #464646. Windows color (decimal): -12562644 or 2903872. OLE color: 2903872.

HSL color Cylindrical-coordinate representation of color #404F2C: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404F2C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB647944-
CMYK0.1900.440.69
HSL85.71º28.46%24.12%-
HSV(B)85.71º44.3%30.98%-
XYZ5.366.863.42-
YUV70.53113.03123.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=34.22%
G=42.25%
B=23.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479440.1900.440.6985.7128.4624.12
Hex404F2C1302C45561c18
Octal10011754230541051263430
Binary10000001001111101100100110101100100010110101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,44); }

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

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

 a { background-color: rgb(64,79,44); }

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

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

 span { border-color: rgb(64,79,44); }

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