#506911

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

Shades of Verdun Green #506911

Tints of Verdun Green #506911

Color information

#506911 (or 0x506911) is unknown color: approx Verdun Green. HEX triplet: 50, 69 and 11. RGB value is (80,105,17). Sum of RGB (Red+Green+Blue) = 80+105+17=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #506911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506911 is #AF96EE. Grayscale: #575757. Windows color (decimal): -11507439 or 1141072. OLE color: 1141072.

HSL color Cylindrical-coordinate representation of color #506911: hue angle of 77.05º 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 #506911 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB8010517-
CMYK0.2400.840.59
HSL77.05º72.13%23.92%-
HSV(B)77.05º83.81%41.18%-
XYZ8.4611.852.37-
YUV87.4988.22122.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=39.60%
G=51.98%
B=8.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105170.2400.840.5977.0572.1323.92
Hex506911180543B4d4818
Octal120151213001247311511030
Binary101000011010011000111000010101001110111001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506911; }

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

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

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

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

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

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

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

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