#495629

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

Shades of Clover #495629

Tints of Clover #495629

Color information

#495629 (or 0x495629) is unknown color: approx Clover. HEX triplet: 49, 56 and 29. RGB value is (73,86,41). Sum of RGB (Red+Green+Blue) = 73+86+41=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #495629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495629 is #B6A9D6. Grayscale: #4D4D4D. Windows color (decimal): -11971031 or 2709065. OLE color: 2709065.

HSL color Cylindrical-coordinate representation of color #495629: hue angle of 77.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495629 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB738641-
CMYK0.1500.520.66
HSL77.33º35.43%24.9%-
HSV(B)77.33º52.33%33.73%-
XYZ6.488.233.35-
YUV76.98107.69125.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=36.5%
G=43%
B=20.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386410.1500.520.6677.3335.4324.9
Hex495629F034424d2319
Octal11112651170641021154331
Binary10010011010110101001111101101001000010100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495629; }

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

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

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

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

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

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

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

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