#516411

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

Shades of Verdun Green #516411

Tints of Verdun Green #516411

Color information

#516411 (or 0x516411) is unknown color: approx Verdun Green. HEX triplet: 51, 64 and 11. RGB value is (81,100,17). Sum of RGB (Red+Green+Blue) = 81+100+17=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #516411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516411 is #AE9BEE. Grayscale: #555555. Windows color (decimal): -11443183 or 1139793. OLE color: 1139793.

HSL color Cylindrical-coordinate representation of color #516411: hue angle of 73.73º 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 #516411 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB8110017-
CMYK0.1900.830.61
HSL73.73º70.94%22.94%-
HSV(B)73.73º83%39.22%-
XYZ8.0510.92.21-
YUV84.8689.71125.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=40.91%
G=50.51%
B=8.59%

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
Decimal81100170.1900.830.6173.7370.9422.94
Hex516411130533D4a4717
Octal121144212301237511210727
Binary101000111001001000110011010100111111011001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516411; }

 p { color: rgb(81,100,17); }

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

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

 a { background-color: rgb(81,100,17); }

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

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

 span { border-color: rgb(81,100,17); }

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