#496021

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

Shades of Clover #496021

Tints of Clover #496021

Color information

#496021 (or 0x496021) is unknown color: approx Clover. HEX triplet: 49, 60 and 21. RGB value is (73,96,33). Sum of RGB (Red+Green+Blue) = 73+96+33=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #496021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496021 is #B69FDE. Grayscale: #525252. Windows color (decimal): -11968479 or 2187337. OLE color: 2187337.

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

Color convert

RGB739633-
CMYK0.2400.660.62
HSL81.9º48.84%25.29%-
HSV(B)81.9º65.62%37.65%-
XYZ7.219.892.97-
YUV81.94100.38121.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=36.14%
G=47.52%
B=16.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396330.2400.660.6281.948.8425.29
Hex496021180423E523119
Octal11114041300102761226131
Binary100100111000001000011100001000010111110101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496021; }

 p { color: rgb(73,96,33); }

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

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

 a { background-color: rgb(73,96,33); }

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

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

 span { border-color: rgb(73,96,33); }

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