#496128

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

Shades of Clover #496128

Tints of Clover #496128

Color information

#496128 (or 0x496128) is unknown color: approx Clover. HEX triplet: 49, 61 and 28. RGB value is (73,97,40). Sum of RGB (Red+Green+Blue) = 73+97+40=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #496128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496128 is #B69ED7. Grayscale: #535353. Windows color (decimal): -11968216 or 2646345. OLE color: 2646345.

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

Color convert

RGB739740-
CMYK0.2500.590.62
HSL85.26º41.61%26.86%-
HSV(B)85.26º58.76%38.04%-
XYZ7.4110.123.57-
YUV83.33103.55120.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=34.76%
G=46.19%
B=19.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397400.2500.590.6285.2641.6126.86
Hex4961281903B3E552a1b
Octal1111415031073761255233
Binary10010011100001101000110010111011111110101010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496128; }

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

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

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

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

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

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

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

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