#496029

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

Shades of Clover #496029

Tints of Clover #496029

Color information

#496029 (or 0x496029) is unknown color: approx Clover. HEX triplet: 49, 60 and 29. RGB value is (73,96,41). Sum of RGB (Red+Green+Blue) = 73+96+41=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #496029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496029 is #B69FD6. Grayscale: #535353. Windows color (decimal): -11968471 or 2711625. OLE color: 2711625.

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

Color convert

RGB739641-
CMYK0.2400.570.62
HSL85.09º40.15%26.86%-
HSV(B)85.09º57.29%37.65%-
XYZ7.339.943.63-
YUV82.85104.38120.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=34.76%
G=45.71%
B=19.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396410.2400.570.6285.0940.1526.86
Hex496029180393E55281b
Octal1111405130071761255033
Binary10010011100000101001110000111001111110101010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496029; }

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

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

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

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

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

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

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

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