#494501

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

Shades of Verdun Green #494501

Tints of Verdun Green #494501

Color information

#494501 (or 0x494501) is unknown color: approx Verdun Green. HEX triplet: 49, 45 and 01. RGB value is (73,69,1). Sum of RGB (Red+Green+Blue) = 73+69+1=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494501 is #B6BAFE. Grayscale: #3E3E3E. Windows color (decimal): -11975423 or 83273. OLE color: 83273.

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

Color convert

RGB73691-
CMYK00.050.990.71
HSL56.67º97.3%14.51%-
HSV(B)56.67º98.63%28.63%-
XYZ4.885.670.87-
YUV62.4493.33135.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=51.05%
G=48.25%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369100.050.990.7156.6797.314.51
Hex494510563473961f
Octal1111051051431077114117
Binary10010011000101101011100011100011111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494501; }

 p { color: rgb(73,69,1); }

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

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

 a { background-color: rgb(73,69,1); }

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

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

 span { border-color: rgb(73,69,1); }

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