#504901

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

Shades of Verdun Green #504901

Tints of Verdun Green #504901

Color information

#504901 (or 0x504901) is unknown color: approx Verdun Green. HEX triplet: 50, 49 and 01. RGB value is (80,73,1). Sum of RGB (Red+Green+Blue) = 80+73+1=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504901 is #AFB6FE. Grayscale: #434343. Windows color (decimal): -11515647 or 84304. OLE color: 84304.

HSL color Cylindrical-coordinate representation of color #504901: hue angle of 54.68º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #504901 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80731-
CMYK00.090.990.69
HSL54.68º97.53%15.88%-
HSV(B)54.68º98.75%31.37%-
XYZ5.76.470.98-
YUV66.8990.82137.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=51.95%
G=47.40%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073100.090.990.6954.6897.5315.88
Hex50491096345376210
Octal12011110111431056714220
Binary1010000100100110100111000111000101110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504901; }

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

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

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

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

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

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

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

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