#495603

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

Shades of Verdun Green #495603

Tints of Verdun Green #495603

Color information

#495603 (or 0x495603) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 03. RGB value is (73,86,3). Sum of RGB (Red+Green+Blue) = 73+86+3=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #495603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495603 is #B6A9FC. Grayscale: #484848. Windows color (decimal): -11971069 or 218697. OLE color: 218697.

HSL color Cylindrical-coordinate representation of color #495603: hue angle of 69.4º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #495603 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB73863-
CMYK0.1500.970.66
HSL69.4º93.26%17.45%-
HSV(B)69.4º96.51%33.73%-
XYZ6.098.081.32-
YUV72.6588.69128.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 86 (33.98% from 255) = 53.09%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=45.06%
G=53.09%
B=1.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738630.1500.970.6669.493.2617.45
Hex49563F06142455d11
Octal111126317014110210513521
Binary100100110101101111110110000110000101000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495603; }

 p { color: rgb(73,86,3); }

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

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

 a { background-color: rgb(73,86,3); }

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

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

 span { border-color: rgb(73,86,3); }

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