#496129

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

Shades of Clover #496129

Tints of Clover #496129

Color information

#496129 (or 0x496129) is unknown color: approx Clover. HEX triplet: 49, 61 and 29. RGB value is (73,97,41). Sum of RGB (Red+Green+Blue) = 73+97+41=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #496129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496129 is #B69ED6. Grayscale: #535353. Windows color (decimal): -11968215 or 2711881. OLE color: 2711881.

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

Color convert

RGB739741-
CMYK0.2500.580.62
HSL85.71º40.58%27.06%-
HSV(B)85.71º57.73%38.04%-
XYZ7.4210.133.66-
YUV83.44104.05120.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=34.60%
G=45.97%
B=19.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397410.2500.580.6285.7140.5827.06
Hex4961291903A3E56291b
Octal1111415131072761265133
Binary10010011100001101001110010111010111110101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496129; }

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

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

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

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

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

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

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

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