#495B22

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

Shades of Clover #495B22

Tints of Clover #495B22

Color information

#495B22 (or 0x495B22) is unknown color: approx Clover. HEX triplet: 49, 5B and 22. RGB value is (73,91,34). Sum of RGB (Red+Green+Blue) = 73+91+34=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #495B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B22 is #B6A4DD. Grayscale: #4F4F4F. Windows color (decimal): -11969758 or 2251593. OLE color: 2251593.

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

Color convert

RGB739134-
CMYK0.2000.630.64
HSL78.95º45.6%24.51%-
HSV(B)78.95º62.64%35.69%-
XYZ6.789.012.9-
YUV79.12102.54123.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=36.87%
G=45.96%
B=17.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391340.2000.630.6478.9545.624.51
Hex495B221403F404f2e19
Octal11113342240771001175631
Binary100100110110111000101010001111111000000100111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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