#506811

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

Shades of Verdun Green #506811

Tints of Verdun Green #506811

Color information

#506811 (or 0x506811) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 11. RGB value is (80,104,17). Sum of RGB (Red+Green+Blue) = 80+104+17=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #506811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506811 is #AF97EE. Grayscale: #575757. Windows color (decimal): -11507695 or 1140816. OLE color: 1140816.

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

Color convert

RGB8010417-
CMYK0.2300.840.59
HSL76.55º71.9%23.73%-
HSV(B)76.55º83.65%40.78%-
XYZ8.3611.652.34-
YUV86.9188.55123.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=39.80%
G=51.74%
B=8.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104170.2300.840.5976.5571.923.73
Hex506811170543B4d4818
Octal120150212701247311511030
Binary101000011010001000110111010101001110111001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506811; }

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

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

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

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

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

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

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

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