#504C06

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

Shades of Verdun Green #504C06

Tints of Verdun Green #504C06

Color information

#504C06 (or 0x504C06) is unknown color: approx Verdun Green. HEX triplet: 50, 4C and 06. RGB value is (80,76,6). Sum of RGB (Red+Green+Blue) = 80+76+6=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #504C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C06 is #AFB3F9. Grayscale: #454545. Windows color (decimal): -11514874 or 412752. OLE color: 412752.

HSL color Cylindrical-coordinate representation of color #504C06: hue angle of 56.76º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504C06 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80766-
CMYK00.050.920.69
HSL56.76º86.05%16.86%-
HSV(B)56.76º92.5%31.37%-
XYZ5.936.891.19-
YUV69.2292.33135.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=49.38%
G=46.91%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076600.050.920.6956.7686.0516.86
Hex504C6055C45395611
Octal1201146051341057112621
Binary10100001001100110010110111001000101111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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