#495B06

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

Shades of Verdun Green #495B06

Tints of Verdun Green #495B06

Color information

#495B06 (or 0x495B06) is unknown color: approx Verdun Green. HEX triplet: 49, 5B and 06. RGB value is (73,91,6). Sum of RGB (Red+Green+Blue) = 73+91+6=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #495B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B06 is #B6A4F9. Grayscale: #4C4C4C. Windows color (decimal): -11969786 or 416585. OLE color: 416585.

HSL color Cylindrical-coordinate representation of color #495B06: hue angle of 72.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #495B06 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB73916-
CMYK0.2000.930.64
HSL72.71º87.63%19.02%-
HSV(B)72.71º93.41%35.69%-
XYZ6.528.911.55-
YUV75.9388.54125.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=42.94%
G=53.53%
B=3.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739160.2000.930.6472.7187.6319.02
Hex495B61405D40495813
Octal111133624013510011113023
Binary10010011011011110101000101110110000001001001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495B06; }

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

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

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

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

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

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

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

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