#496122

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

Shades of Clover #496122

Tints of Clover #496122

Color information

#496122 (or 0x496122) is unknown color: approx Clover. HEX triplet: 49, 61 and 22. RGB value is (73,97,34). Sum of RGB (Red+Green+Blue) = 73+97+34=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #496122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496122 is #B69EDD. Grayscale: #525252. Windows color (decimal): -11968222 or 2253129. OLE color: 2253129.

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

Color convert

RGB739734-
CMYK0.2500.650.62
HSL82.86º48.09%25.69%-
HSV(B)82.86º64.95%38.04%-
XYZ7.3110.083.07-
YUV82.64100.55121.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=35.78%
G=47.55%
B=16.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397340.2500.650.6282.8648.0925.69
Hex496122190413E53301a
Octal11114142310101761236032
Binary100100111000011000101100101000001111110101001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496122; }

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

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

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

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

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

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

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

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