#516211

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

Shades of Verdun Green #516211

Tints of Verdun Green #516211

Color information

#516211 (or 0x516211) is unknown color: approx Verdun Green. HEX triplet: 51, 62 and 11. RGB value is (81,98,17). Sum of RGB (Red+Green+Blue) = 81+98+17=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #516211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516211 is #AE9DEE. Grayscale: #535353. Windows color (decimal): -11443695 or 1139281. OLE color: 1139281.

HSL color Cylindrical-coordinate representation of color #516211: hue angle of 72.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #516211 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB819817-
CMYK0.1700.830.62
HSL72.59º70.43%22.55%-
HSV(B)72.59º82.65%38.43%-
XYZ7.8610.532.15-
YUV83.6890.37126.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=41.33%
G=50%
B=8.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198170.1700.830.6272.5970.4322.55
Hex516211110533E494617
Octal121142212101237611110627
Binary101000111000101000110001010100111111101001001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516211; }

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

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

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

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

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

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

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

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