#495921

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

Shades of Verdun Green #495921

Tints of Verdun Green #495921

Color information

#495921 (or 0x495921) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 21. RGB value is (73,89,33). Sum of RGB (Red+Green+Blue) = 73+89+33=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #495921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495921 is #B6A6DE. Grayscale: #4E4E4E. Windows color (decimal): -11970271 or 2185545. OLE color: 2185545.

HSL color Cylindrical-coordinate representation of color #495921: hue angle of 77.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495921 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB738933-
CMYK0.1800.630.65
HSL77.14º45.9%23.92%-
HSV(B)77.14º62.92%34.9%-
XYZ6.598.672.76-
YUV77.83102.7124.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=37.44%
G=45.64%
B=16.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389330.1800.630.6577.1445.923.92
Hex4959211203F414d2e18
Octal11113141220771011155630
Binary100100110110011000011001001111111000001100110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495921; }

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

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

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

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

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

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

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

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