#495929

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

Shades of Clover #495929

Tints of Clover #495929

Color information

#495929 (or 0x495929) is unknown color: approx Clover. HEX triplet: 49, 59 and 29. RGB value is (73,89,41). Sum of RGB (Red+Green+Blue) = 73+89+41=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #495929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495929 is #B6A6D6. Grayscale: #4E4E4E. Windows color (decimal): -11970263 or 2709833. OLE color: 2709833.

HSL color Cylindrical-coordinate representation of color #495929: hue angle of 80º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495929 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB738941-
CMYK0.1800.540.65
HSL80º36.92%25.49%-
HSV(B)80º53.93%34.9%-
XYZ6.728.723.43-
YUV78.74106.7123.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=35.96%
G=43.84%
B=20.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389410.1800.540.658036.9225.49
Hex4959291203641502519
Octal11113151220661011204531
Binary100100110110011010011001001101101000001101000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495929; }

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

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

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

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

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

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

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

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