#495117

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

Shades of Verdun Green #495117

Tints of Verdun Green #495117

Color information

#495117 (or 0x495117) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 17. RGB value is (73,81,23). Sum of RGB (Red+Green+Blue) = 73+81+23=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #495117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495117 is #B6AEE8. Grayscale: #484848. Windows color (decimal): -11972329 or 1528137. OLE color: 1528137.

HSL color Cylindrical-coordinate representation of color #495117: hue angle of 68.28º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #495117 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB738123-
CMYK0.1000.720.68
HSL68.28º55.77%20.39%-
HSV(B)68.28º71.6%31.76%-
XYZ5.847.361.92-
YUV72100.35128.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=41.24%
G=45.76%
B=12.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381230.1000.720.6868.2855.7720.39
Hex495117A04844443814
Octal111121271201101041047024
Binary10010011010001101111010010010001000100100010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495117; }

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

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

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

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

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

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

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

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