#504F00

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

Shades of Verdun Green #504F00

Tints of Verdun Green #504F00

Color information

#504F00 (or 0x504F00) is unknown color: approx Verdun Green. HEX triplet: 50, 4F and 00. RGB value is (80,79,0). Sum of RGB (Red+Green+Blue) = 80+79+0=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F00 is #AFB0FF. Grayscale: #464646. Windows color (decimal): -11514112 or 20304. OLE color: 20304.

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

Color convert

RGB80790-
CMYK00.0110.69
HSL59.25º100%15.69%-
HSV(B)59.25º100%31.37%-
XYZ6.17.31.09-
YUV70.2988.33134.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.31%
G=49.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8079000.0110.6959.2510015.69
Hex504F00164453b6410
Octal1201170011441057314420
Binary1010000100111100111001001000101111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,0); }

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

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

 a { background-color: rgb(80,79,0); }

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

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

 span { border-color: rgb(80,79,0); }

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