#504D02

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

Shades of Verdun Green #504D02

Tints of Verdun Green #504D02

Color information

#504D02 (or 0x504D02) is unknown color: approx Verdun Green. HEX triplet: 50, 4D and 02. RGB value is (80,77,2). Sum of RGB (Red+Green+Blue) = 80+77+2=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D02 is #AFB2FD. Grayscale: #454545. Windows color (decimal): -11514622 or 150864. OLE color: 150864.

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

Color convert

RGB80772-
CMYK00.040.980.69
HSL57.69º95.12%16.08%-
HSV(B)57.69º97.5%31.37%-
XYZ5.977.021.1-
YUV69.3589.99135.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=50.31%
G=48.43%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077200.040.980.6957.6995.1216.08
Hex504D20462453a5f10
Octal1201152041421057213720
Binary1010000100110110010011000101000101111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,2); }

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

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

 a { background-color: rgb(80,77,2); }

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

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

 span { border-color: rgb(80,77,2); }

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