#495417

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

Shades of Verdun Green #495417

Tints of Verdun Green #495417

Color information

#495417 (or 0x495417) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 17. RGB value is (73,84,23). Sum of RGB (Red+Green+Blue) = 73+84+23=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #495417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495417 is #B6ABE8. Grayscale: #494949. Windows color (decimal): -11971561 or 1528905. OLE color: 1528905.

HSL color Cylindrical-coordinate representation of color #495417: hue angle of 70.82º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495417 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB738423-
CMYK0.1300.730.67
HSL70.82º57.01%20.98%-
HSV(B)70.82º72.62%32.94%-
XYZ6.077.822-
YUV73.7699.36127.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=40.56%
G=46.67%
B=12.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384230.1300.730.6770.8257.0120.98
Hex495417D04943473915
Octal111124271501111031077125
Binary10010011010100101111101010010011000011100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495417; }

 p { color: rgb(73,84,23); }

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

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

 a { background-color: rgb(73,84,23); }

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

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

 span { border-color: rgb(73,84,23); }

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