#494603

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

Shades of Verdun Green #494603

Tints of Verdun Green #494603

Color information

#494603 (or 0x494603) is unknown color: approx Verdun Green. HEX triplet: 49, 46 and 03. RGB value is (73,70,3). Sum of RGB (Red+Green+Blue) = 73+70+3=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494603 is #B6B9FC. Grayscale: #3F3F3F. Windows color (decimal): -11975165 or 214601. OLE color: 214601.

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

Color convert

RGB73703-
CMYK00.040.960.71
HSL57.43º92.11%14.9%-
HSV(B)57.43º95.89%28.63%-
XYZ4.955.80.95-
YUV63.2693.99134.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=50%
G=47.95%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7370300.040.960.7157.4392.1114.9
Hex49463046047395cf
Octal1111063041401077113417
Binary100100110001101101001100000100011111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494603; }

 p { color: rgb(73,70,3); }

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

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

 a { background-color: rgb(73,70,3); }

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

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

 span { border-color: rgb(73,70,3); }

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