#506801

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

Shades of Verdun Green #506801

Tints of Verdun Green #506801

Color information

#506801 (or 0x506801) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 01. RGB value is (80,104,1). Sum of RGB (Red+Green+Blue) = 80+104+1=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #506801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506801 is #AF97FE. Grayscale: #555555. Windows color (decimal): -11507711 or 92240. OLE color: 92240.

HSL color Cylindrical-coordinate representation of color #506801: hue angle of 73.98º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #506801 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB801041-
CMYK0.2300.990.59
HSL73.98º98.1%20.59%-
HSV(B)73.98º99.04%40.78%-
XYZ8.2611.611.83-
YUV85.0880.55124.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=43.24%
G=56.22%
B=0.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8010410.2300.990.5973.9898.120.59
Hex50681170633B4a6215
Octal12015012701437311214225
Binary10100001101000110111011000111110111001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506801; }

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

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

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

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

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

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

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

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