#495306

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

Shades of Verdun Green #495306

Tints of Verdun Green #495306

Color information

#495306 (or 0x495306) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 06. RGB value is (73,83,6). Sum of RGB (Red+Green+Blue) = 73+83+6=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #495306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495306 is #B6ACF9. Grayscale: #474747. Windows color (decimal): -11971834 or 414537. OLE color: 414537.

HSL color Cylindrical-coordinate representation of color #495306: hue angle of 67.79º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #495306 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB73836-
CMYK0.1200.930.67
HSL67.79º86.52%17.45%-
HSV(B)67.79º92.77%32.55%-
XYZ5.877.621.33-
YUV71.2391.19129.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=45.06%
G=51.23%
B=3.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738360.1200.930.6767.7986.5217.45
Hex49536C05D43445711
Octal111123614013510310412721
Binary1001001101001111011000101110110000111000100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495306; }

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

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

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

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

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

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

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

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