#495A28

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

Shades of Clover #495A28

Tints of Clover #495A28

Color information

#495A28 (or 0x495A28) is unknown color: approx Clover. HEX triplet: 49, 5A and 28. RGB value is (73,90,40). Sum of RGB (Red+Green+Blue) = 73+90+40=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #495A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A28 is #B6A5D7. Grayscale: #4F4F4F. Windows color (decimal): -11970008 or 2644553. OLE color: 2644553.

HSL color Cylindrical-coordinate representation of color #495A28: hue angle of 80.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495A28 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB739040-
CMYK0.1900.560.65
HSL80.4º38.46%25.49%-
HSV(B)80.4º55.56%35.29%-
XYZ6.798.883.36-
YUV79.22105.87123.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=35.96%
G=44.33%
B=19.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390400.1900.560.6580.438.4625.49
Hex495A281303841502619
Octal11113250230701011204631
Binary100100110110101010001001101110001000001101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A28; }

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

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

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

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

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

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

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

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