#516800

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

Shades of Verdun Green #516800

Tints of Verdun Green #516800

Color information

#516800 (or 0x516800) is unknown color: approx Verdun Green. HEX triplet: 51, 68 and 00. RGB value is (81,104,0). Sum of RGB (Red+Green+Blue) = 81+104+0=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #516800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516800 is #AE97FF. Grayscale: #555555. Windows color (decimal): -11442176 or 26705. OLE color: 26705.

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

Color convert

RGB811040-
CMYK0.22010.59
HSL73.27º100%20.39%-
HSV(B)73.27º100%40.78%-
XYZ8.3411.651.81-
YUV85.2779.88124.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.78%
G=56.22%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8110400.22010.5973.2710020.39
Hex51680160643B496414
Octal12115002601447311114424
Binary10100011101000010110011001001110111001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516800; }

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

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

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

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

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

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

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

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