#495010

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

Shades of Verdun Green #495010

Tints of Verdun Green #495010

Color information

#495010 (or 0x495010) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 10. RGB value is (73,80,16). Sum of RGB (Red+Green+Blue) = 73+80+16=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #495010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495010 is #B6AFEF. Grayscale: #464646. Windows color (decimal): -11972592 or 1069129. OLE color: 1069129.

HSL color Cylindrical-coordinate representation of color #495010: hue angle of 66.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495010 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB738016-
CMYK0.0900.800.69
HSL66.56º66.67%18.82%-
HSV(B)66.56º80%31.37%-
XYZ5.717.191.58-
YUV70.6197.18129.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=43.20%
G=47.34%
B=9.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380160.0900.800.6966.5666.6718.82
Hex495010905045434313
Octal1111202011012010510310323
Binary100100110100001000010010101000010001011000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495010; }

 p { color: rgb(73,80,16); }

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

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

 a { background-color: rgb(73,80,16); }

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

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

 span { border-color: rgb(73,80,16); }

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