#494F19

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

Shades of Verdun Green #494F19

Tints of Verdun Green #494F19

Color information

#494F19 (or 0x494F19) is unknown color: approx Verdun Green. HEX triplet: 49, 4F and 19. RGB value is (73,79,25). Sum of RGB (Red+Green+Blue) = 73+79+25=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #494F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F19 is #B6B0E6. Grayscale: #474747. Windows color (decimal): -11972839 or 1658697. OLE color: 1658697.

HSL color Cylindrical-coordinate representation of color #494F19: hue angle of 66.67º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494F19 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB737925-
CMYK0.0800.680.69
HSL66.67º51.92%20.39%-
HSV(B)66.67º68.35%30.98%-
XYZ5.727.081.98-
YUV71.05102.01129.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=41.24%
G=44.63%
B=14.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379250.0800.680.6966.6751.9220.39
Hex494F19804445433414
Octal111117311001041051036424
Binary10010011001111110011000010001001000101100001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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