#494814

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

Shades of Verdun Green #494814

Tints of Verdun Green #494814

Color information

#494814 (or 0x494814) is unknown color: approx Verdun Green. HEX triplet: 49, 48 and 14. RGB value is (73,72,20). Sum of RGB (Red+Green+Blue) = 73+72+20=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #494814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494814 is #B6B7EB. Grayscale: #424242. Windows color (decimal): -11974636 or 1329225. OLE color: 1329225.

HSL color Cylindrical-coordinate representation of color #494814: hue angle of 58.87º 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 #494814 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB737220-
CMYK00.010.730.71
HSL58.87º56.99%18.24%-
HSV(B)58.87º72.6%28.63%-
XYZ5.196.11.57-
YUV66.37101.83132.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=44.24%
G=43.64%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73722000.010.730.7158.8756.9918.24
Hex4948140149473b3912
Octal1111102401111107737122
Binary1001001100100010100011001001100011111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494814; }

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

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

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

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

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

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

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

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