#496124

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

Shades of Clover #496124

Tints of Clover #496124

Color information

#496124 (or 0x496124) is unknown color: approx Clover. HEX triplet: 49, 61 and 24. RGB value is (73,97,36). Sum of RGB (Red+Green+Blue) = 73+97+36=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #496124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496124 is #B69EDB. Grayscale: #535353. Windows color (decimal): -11968220 or 2384201. OLE color: 2384201.

HSL color Cylindrical-coordinate representation of color #496124: hue angle of 83.61º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496124 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB739736-
CMYK0.2500.630.62
HSL83.61º45.86%26.08%-
HSV(B)83.61º62.89%38.04%-
XYZ7.3410.093.23-
YUV82.87101.55120.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=35.44%
G=47.09%
B=17.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397360.2500.630.6283.6145.8626.08
Hex4961241903F3E542e1a
Octal1111414431077761245632
Binary10010011100001100100110010111111111110101010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496124; }

 p { color: rgb(73,97,36); }

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

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

 a { background-color: rgb(73,97,36); }

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

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

 span { border-color: rgb(73,97,36); }

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