#495106

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

Shades of Verdun Green #495106

Tints of Verdun Green #495106

Color information

#495106 (or 0x495106) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 06. RGB value is (73,81,6). Sum of RGB (Red+Green+Blue) = 73+81+6=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #495106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495106 is #B6AEF9. Grayscale: #464646. Windows color (decimal): -11972346 or 414025. OLE color: 414025.

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

Color convert

RGB73816-
CMYK0.1000.930.68
HSL66.4º86.21%17.06%-
HSV(B)66.4º92.59%31.76%-
XYZ5.727.311.28-
YUV70.0691.85130.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=45.62%
G=50.62%
B=3.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal738160.1000.930.6866.486.2117.06
Hex49516A05D44425611
Octal111121612013510410212621
Binary1001001101000111010100101110110001001000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495106; }

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

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

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

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

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

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

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

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