#494400

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

Shades of Verdun Green #494400

Tints of Verdun Green #494400

Color information

#494400 (or 0x494400) is unknown color: approx Verdun Green. HEX triplet: 49, 44 and 00. RGB value is (73,68,0). Sum of RGB (Red+Green+Blue) = 73+68+0=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #494400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494400 is #B6BBFF. Grayscale: #3E3E3E. Windows color (decimal): -11975680 or 17481. OLE color: 17481.

HSL color Cylindrical-coordinate representation of color #494400: hue angle of 55.89º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #494400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73680-
CMYK00.0710.71
HSL55.89º100%14.31%-
HSV(B)55.89º100%28.63%-
XYZ4.815.550.82-
YUV61.7493.16136.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.77%
G=48.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368000.0710.7155.8910014.31
Hex494400764473864e
Octal1111040071441077014416
Binary10010011000100001111100100100011111100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494400; }

 p { color: rgb(73,68,0); }

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

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

 a { background-color: rgb(73,68,0); }

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

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

 span { border-color: rgb(73,68,0); }

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