#494714

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

Shades of Verdun Green #494714

Tints of Verdun Green #494714

Color information

#494714 (or 0x494714) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 14. RGB value is (73,71,20). Sum of RGB (Red+Green+Blue) = 73+71+20=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #494714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494714 is #B6B8EB. Grayscale: #414141. Windows color (decimal): -11974892 or 1328969. OLE color: 1328969.

HSL color Cylindrical-coordinate representation of color #494714: hue angle of 57.74º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #494714 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB737120-
CMYK00.030.730.71
HSL57.74º56.99%18.24%-
HSV(B)57.74º72.6%28.63%-
XYZ5.135.971.54-
YUV65.78102.16133.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=44.51%
G=43.29%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73712000.030.730.7157.7456.9918.24
Hex4947140349473a3912
Octal1111072403111107727122
Binary10010011000111101000111001001100011111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494714; }

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

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

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

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

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

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

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

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