#495E2F

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

Shades of Clover #495E2F

Tints of Clover #495E2F

Color information

#495E2F (or 0x495E2F) is unknown color: approx Clover. HEX triplet: 49, 5E and 2F. RGB value is (73,94,47). Sum of RGB (Red+Green+Blue) = 73+94+47=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #495E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E2F is #B6A1D0. Grayscale: #525252. Windows color (decimal): -11968977 or 3104329. OLE color: 3104329.

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

Color convert

RGB739447-
CMYK0.2200.50.63
HSL86.81º33.33%27.65%-
HSV(B)86.81º50%36.86%-
XYZ7.269.634.16-
YUV82.36108.04121.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=34.11%
G=43.93%
B=21.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7394470.2200.50.6386.8133.3327.65
Hex495E2F160323F57211c
Octal1111365726062771274134
Binary10010011011110101111101100110010111111101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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