#504E05

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

Shades of Verdun Green #504E05

Tints of Verdun Green #504E05

Color information

#504E05 (or 0x504E05) is unknown color: approx Verdun Green. HEX triplet: 50, 4E and 05. RGB value is (80,78,5). Sum of RGB (Red+Green+Blue) = 80+78+5=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E05 is #AFB1FA. Grayscale: #464646. Windows color (decimal): -11514363 or 347728. OLE color: 347728.

HSL color Cylindrical-coordinate representation of color #504E05: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504E05 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80785-
CMYK00.020.940.69
HSL58.4º88.24%16.67%-
HSV(B)58.4º93.75%31.37%-
XYZ6.067.171.21-
YUV70.2891.16134.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=49.08%
G=47.85%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8078500.020.940.6958.488.2416.67
Hex504E5025E453a5811
Octal1201165021361057213021
Binary1010000100111010101010111101000101111010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,5); }

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

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

 a { background-color: rgb(80,78,5); }

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

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

 span { border-color: rgb(80,78,5); }

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