#504C01

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

Shades of Verdun Green #504C01

Tints of Verdun Green #504C01

Color information

#504C01 (or 0x504C01) is unknown color: approx Verdun Green. HEX triplet: 50, 4C and 01. RGB value is (80,76,1). Sum of RGB (Red+Green+Blue) = 80+76+1=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C01 is #AFB3FE. Grayscale: #444444. Windows color (decimal): -11514879 or 85072. OLE color: 85072.

HSL color Cylindrical-coordinate representation of color #504C01: hue angle of 56.96º 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 #504C01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80761-
CMYK00.050.990.69
HSL56.96º97.53%15.88%-
HSV(B)56.96º98.75%31.37%-
XYZ5.96.881.05-
YUV68.6589.83136.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=50.96%
G=48.41%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076100.050.990.6956.9697.5315.88
Hex504C1056345396210
Octal1201141051431057114220
Binary101000010011001010111000111000101111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504C01; }

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

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

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

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

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

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

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

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