#404F2A

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

Shades of Clover #404F2A

Tints of Clover #404F2A

Color information

#404F2A (or 0x404F2A) is unknown color: approx Clover. HEX triplet: 40, 4F and 2A. RGB value is (64,79,42). Sum of RGB (Red+Green+Blue) = 64+79+42=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #404F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F2A is #BFB0D5. Grayscale: #464646. Windows color (decimal): -12562646 or 2772800. OLE color: 2772800.

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

Color convert

RGB647942-
CMYK0.1900.470.69
HSL84.32º30.58%23.73%-
HSV(B)84.32º46.84%30.98%-
XYZ5.336.853.23-
YUV70.3112.03123.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=34.59%
G=42.70%
B=22.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479420.1900.470.6984.3230.5823.73
Hex404F2A1302F45541f18
Octal10011752230571051243730
Binary10000001001111101010100110101111100010110101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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