#494713

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

Shades of Verdun Green #494713

Tints of Verdun Green #494713

Color information

#494713 (or 0x494713) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 13. RGB value is (73,71,19). Sum of RGB (Red+Green+Blue) = 73+71+19=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494713 is #B6B8EC. Grayscale: #414141. Windows color (decimal): -11974893 or 1263433. OLE color: 1263433.

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

Color convert

RGB737119-
CMYK00.030.740.71
HSL57.78º58.7%18.04%-
HSV(B)57.78º73.97%28.63%-
XYZ5.125.971.5-
YUV65.67101.66133.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=44.79%
G=43.56%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711900.030.740.7157.7858.718.04
Hex494713034A473a3b12
Octal1111072303112107727322
Binary10010011000111100110111001010100011111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494713; }

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

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

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

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

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

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

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

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