#506311

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

Shades of Verdun Green #506311

Tints of Verdun Green #506311

Color information

#506311 (or 0x506311) is unknown color: approx Verdun Green. HEX triplet: 50, 63 and 11. RGB value is (80,99,17). Sum of RGB (Red+Green+Blue) = 80+99+17=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #506311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506311 is #AF9CEE. Grayscale: #545454. Windows color (decimal): -11508975 or 1139536. OLE color: 1139536.

HSL color Cylindrical-coordinate representation of color #506311: hue angle of 73.9º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #506311 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB809917-
CMYK0.1900.830.61
HSL73.9º70.69%22.75%-
HSV(B)73.9º82.83%38.82%-
XYZ7.8710.672.17-
YUV83.9790.21125.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=40.82%
G=50.51%
B=8.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099170.1900.830.6173.970.6922.75
Hex506311130533D4a4717
Octal120143212301237511210727
Binary101000011000111000110011010100111111011001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506311; }

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

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

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

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

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

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

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

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