#495A2D

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

Shades of Clover #495A2D

Tints of Clover #495A2D

Color information

#495A2D (or 0x495A2D) is unknown color: approx Clover. HEX triplet: 49, 5A and 2D. RGB value is (73,90,45). Sum of RGB (Red+Green+Blue) = 73+90+45=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2D is #B6A5D2. Grayscale: #4F4F4F. Windows color (decimal): -11970003 or 2972233. OLE color: 2972233.

HSL color Cylindrical-coordinate representation of color #495A2D: hue angle of 82.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495A2D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB739045-
CMYK0.1900.500.65
HSL82.67º33.33%26.47%-
HSV(B)82.67º50%35.29%-
XYZ6.888.923.84-
YUV79.79108.37123.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=35.10%
G=43.27%
B=21.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390450.1900.500.6582.6733.3326.47
Hex495A2D130324153211a
Octal11113255230621011234132
Binary100100110110101011011001101100101000001101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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