#495E2D

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

Shades of Clover #495E2D

Tints of Clover #495E2D

Color information

#495E2D (or 0x495E2D) is unknown color: approx Clover. HEX triplet: 49, 5E and 2D. RGB value is (73,94,45). Sum of RGB (Red+Green+Blue) = 73+94+45=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #495E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E2D is #B6A1D2. Grayscale: #525252. Windows color (decimal): -11968979 or 2973257. OLE color: 2973257.

HSL color Cylindrical-coordinate representation of color #495E2D: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495E2D is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB739445-
CMYK0.2200.520.63
HSL85.71º35.25%27.25%-
HSV(B)85.71º52.13%36.86%-
XYZ7.229.613.96-
YUV82.14107.04121.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=34.43%
G=44.34%
B=21.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7394450.2200.520.6385.7135.2527.25
Hex495E2D160343F56231b
Octal1111365526064771264333
Binary10010011011110101101101100110100111111101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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