#494D10

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

Shades of Verdun Green #494D10

Tints of Verdun Green #494D10

Color information

#494D10 (or 0x494D10) is unknown color: approx Verdun Green. HEX triplet: 49, 4D and 10. RGB value is (73,77,16). Sum of RGB (Red+Green+Blue) = 73+77+16=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #494D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D10 is #B6B2EF. Grayscale: #454545. Windows color (decimal): -11973360 or 1068361. OLE color: 1068361.

HSL color Cylindrical-coordinate representation of color #494D10: hue angle of 63.93º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #494D10 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB737716-
CMYK0.0500.790.70
HSL63.93º65.59%18.24%-
HSV(B)63.93º79.22%30.2%-
XYZ5.56.761.51-
YUV68.8598.17130.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=43.98%
G=46.39%
B=9.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377160.0500.790.7063.9365.5918.24
Hex494D10504F46404212
Octal111115205011710610010222
Binary10010011001101100001010100111110001101000000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,16); }

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

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

 a { background-color: rgb(73,77,16); }

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

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

 span { border-color: rgb(73,77,16); }

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