#495B28

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

Shades of Clover #495B28

Tints of Clover #495B28

Color information

#495B28 (or 0x495B28) is unknown color: approx Clover. HEX triplet: 49, 5B and 28. RGB value is (73,91,40). Sum of RGB (Red+Green+Blue) = 73+91+40=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #495B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B28 is #B6A4D7. Grayscale: #4F4F4F. Windows color (decimal): -11969752 or 2644809. OLE color: 2644809.

HSL color Cylindrical-coordinate representation of color #495B28: hue angle of 81.18º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495B28 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB739140-
CMYK0.2000.560.64
HSL81.18º38.93%25.69%-
HSV(B)81.18º56.04%35.69%-
XYZ6.879.053.39-
YUV79.8105.54123.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 91 (35.94% from 255) = 44.61%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=35.78%
G=44.61%
B=19.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391400.2000.560.6481.1838.9325.69
Hex495B28140384051271a
Octal11113350240701001214732
Binary100100110110111010001010001110001000000101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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