#496022

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

Shades of Clover #496022

Tints of Clover #496022

Color information

#496022 (or 0x496022) is unknown color: approx Clover. HEX triplet: 49, 60 and 22. RGB value is (73,96,34). Sum of RGB (Red+Green+Blue) = 73+96+34=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #496022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496022 is #B69FDD. Grayscale: #525252. Windows color (decimal): -11968478 or 2252873. OLE color: 2252873.

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

Color convert

RGB739634-
CMYK0.2400.650.62
HSL82.26º47.69%25.49%-
HSV(B)82.26º64.58%37.65%-
XYZ7.229.93.04-
YUV82.06100.88121.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=35.96%
G=47.29%
B=16.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396340.2400.650.6282.2647.6925.49
Hex496022180413E523019
Octal11114042300101761226031
Binary100100111000001000101100001000001111110101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496022; }

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

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

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

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

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

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

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

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