#494E00

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

Shades of Verdun Green #494E00

Tints of Verdun Green #494E00

Color information

#494E00 (or 0x494E00) is unknown color: approx Verdun Green. HEX triplet: 49, 4E and 00. RGB value is (73,78,0). Sum of RGB (Red+Green+Blue) = 73+78+0=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #494E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E00 is #B6B1FF. Grayscale: #434343. Windows color (decimal): -11973120 or 20041. OLE color: 20041.

HSL color Cylindrical-coordinate representation of color #494E00: hue angle of 63.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #494E00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB73780-
CMYK0.06010.69
HSL63.85º100%15.29%-
HSV(B)63.85º100%30.59%-
XYZ5.476.871.04-
YUV67.6189.84131.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 78 (30.86% from 255) = 51.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.34%
G=51.66%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal737800.06010.6963.8510015.29
Hex494E06064454064f
Octal11111606014410510014417
Binary100100110011100110011001001000101100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E00; }

 p { color: rgb(73,78,0); }

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

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

 a { background-color: rgb(73,78,0); }

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

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

 span { border-color: rgb(73,78,0); }

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