#516500

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

Shades of Verdun Green #516500

Tints of Verdun Green #516500

Color information

#516500 (or 0x516500) is unknown color: approx Verdun Green. HEX triplet: 51, 65 and 00. RGB value is (81,101,0). Sum of RGB (Red+Green+Blue) = 81+101+0=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #516500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516500 is #AE9AFF. Grayscale: #535353. Windows color (decimal): -11442944 or 25937. OLE color: 25937.

HSL color Cylindrical-coordinate representation of color #516500: hue angle of 71.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #516500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB811010-
CMYK0.20010.60
HSL71.88º100%19.8%-
HSV(B)71.88º100%39.61%-
XYZ8.0511.061.71-
YUV83.5180.87126.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.51%
G=55.49%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8110100.20010.6071.8810019.8
Hex51650140643C486414
Octal12114502401447411014424
Binary10100011100101010100011001001111001001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516500; }

 p { color: rgb(81,101,0); }

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

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

 a { background-color: rgb(81,101,0); }

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

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

 span { border-color: rgb(81,101,0); }

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