#494F10

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

Shades of Verdun Green #494F10

Tints of Verdun Green #494F10

Color information

#494F10 (or 0x494F10) is unknown color: approx Verdun Green. HEX triplet: 49, 4F and 10. RGB value is (73,79,16). Sum of RGB (Red+Green+Blue) = 73+79+16=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #494F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F10 is #B6B0EF. Grayscale: #464646. Windows color (decimal): -11972848 or 1068873. OLE color: 1068873.

HSL color Cylindrical-coordinate representation of color #494F10: hue angle of 65.71º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #494F10 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB737916-
CMYK0.0800.800.69
HSL65.71º66.32%18.63%-
HSV(B)65.71º79.75%30.98%-
XYZ5.647.051.55-
YUV70.0297.51130.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=43.45%
G=47.02%
B=9.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379160.0800.800.6965.7166.3218.63
Hex494F10805045424213
Octal1111172010012010510210223
Binary100100110011111000010000101000010001011000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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