#404F2B

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

Shades of Clover #404F2B

Tints of Clover #404F2B

Color information

#404F2B (or 0x404F2B) is unknown color: approx Clover. HEX triplet: 40, 4F and 2B. RGB value is (64,79,43). Sum of RGB (Red+Green+Blue) = 64+79+43=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #404F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F2B is #BFB0D4. Grayscale: #464646. Windows color (decimal): -12562645 or 2838336. OLE color: 2838336.

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

Color convert

RGB647943-
CMYK0.1900.460.69
HSL85º29.51%23.92%-
HSV(B)85º45.57%30.98%-
XYZ5.356.863.33-
YUV70.41112.53123.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=34.41%
G=42.47%
B=23.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479430.1900.460.698529.5123.92
Hex404F2B1302E45551e18
Octal10011753230561051253630
Binary10000001001111101011100110101110100010110101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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