#494402

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

Shades of Verdun Green #494402

Tints of Verdun Green #494402

Color information

#494402 (or 0x494402) is unknown color: approx Verdun Green. HEX triplet: 49, 44 and 02. RGB value is (73,68,2). Sum of RGB (Red+Green+Blue) = 73+68+2=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494402 is #B6BBFD. Grayscale: #3E3E3E. Windows color (decimal): -11975678 or 148553. OLE color: 148553.

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

Color convert

RGB73682-
CMYK00.070.970.71
HSL55.77º94.67%14.71%-
HSV(B)55.77º97.26%28.63%-
XYZ4.835.560.88-
YUV61.9794.16135.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=51.05%
G=47.55%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368200.070.970.7155.7794.6714.71
Hex49442076147385ff
Octal1111042071411077013717
Binary100100110001001001111100001100011111100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494402; }

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

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

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

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

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

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

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

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