#496120

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

Shades of Clover #496120

Tints of Clover #496120

Color information

#496120 (or 0x496120) is unknown color: approx Clover. HEX triplet: 49, 61 and 20. RGB value is (73,97,32). Sum of RGB (Red+Green+Blue) = 73+97+32=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #496120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496120 is #B69EDF. Grayscale: #525252. Windows color (decimal): -11968224 or 2122057. OLE color: 2122057.

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

Color convert

RGB739732-
CMYK0.2500.670.62
HSL82.15º50.39%25.29%-
HSV(B)82.15º67.01%38.04%-
XYZ7.2810.072.93-
YUV82.4199.55121.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=36.14%
G=48.02%
B=15.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397320.2500.670.6282.1550.3925.29
Hex496120190433E523219
Octal11114140310103761226231
Binary100100111000011000001100101000011111110101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496120; }

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

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

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

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

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

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

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

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