#495B21

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

Shades of Verdun Green #495B21

Tints of Verdun Green #495B21

Color information

#495B21 (or 0x495B21) is unknown color: approx Verdun Green. HEX triplet: 49, 5B and 21. RGB value is (73,91,33). Sum of RGB (Red+Green+Blue) = 73+91+33=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #495B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B21 is #B6A4DE. Grayscale: #4F4F4F. Windows color (decimal): -11969759 or 2186057. OLE color: 2186057.

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

Color convert

RGB739133-
CMYK0.2000.640.64
HSL78.62º46.77%24.31%-
HSV(B)78.62º63.74%35.69%-
XYZ6.769.012.82-
YUV79.01102.04123.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=37.06%
G=46.19%
B=16.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391330.2000.640.6478.6246.7724.31
Hex495B2114040404f2f18
Octal111133412401001001175730
Binary1001001101101110000110100010000001000000100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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