#495304

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

Shades of Verdun Green #495304

Tints of Verdun Green #495304

Color information

#495304 (or 0x495304) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 04. RGB value is (73,83,4). Sum of RGB (Red+Green+Blue) = 73+83+4=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #495304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495304 is #B6ACFB. Grayscale: #474747. Windows color (decimal): -11971836 or 283465. OLE color: 283465.

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

Color convert

RGB73834-
CMYK0.1200.950.67
HSL67.59º90.8%17.06%-
HSV(B)67.59º95.18%32.55%-
XYZ5.867.611.28-
YUV7190.19129.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=45.62%
G=51.88%
B=2.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738340.1200.950.6767.5990.817.06
Hex49534C05F43445b11
Octal111123414013710310413321
Binary1001001101001110011000101111110000111000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495304; }

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

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

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

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

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

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

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

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