#494F14

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

Shades of Verdun Green #494F14

Tints of Verdun Green #494F14

Color information

#494F14 (or 0x494F14) is unknown color: approx Verdun Green. HEX triplet: 49, 4F and 14. RGB value is (73,79,20). Sum of RGB (Red+Green+Blue) = 73+79+20=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #494F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F14 is #B6B0EB. Grayscale: #464646. Windows color (decimal): -11972844 or 1331017. OLE color: 1331017.

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

Color convert

RGB737920-
CMYK0.0800.750.69
HSL66.1º59.6%19.41%-
HSV(B)66.1º74.68%30.98%-
XYZ5.677.061.73-
YUV70.4899.51129.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=42.44%
G=45.93%
B=11.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379200.0800.750.6966.159.619.41
Hex494F14804B45423c13
Octal111117241001131051027423
Binary10010011001111101001000010010111000101100001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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