#516C07

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

Shades of Verdun Green #516C07

Tints of Verdun Green #516C07

Color information

#516C07 (or 0x516C07) is unknown color: approx Verdun Green. HEX triplet: 51, 6C and 07. RGB value is (81,108,7). Sum of RGB (Red+Green+Blue) = 81+108+7=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #516C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C07 is #AE93F8. Grayscale: #585858. Windows color (decimal): -11441145 or 486481. OLE color: 486481.

HSL color Cylindrical-coordinate representation of color #516C07: hue angle of 76.04º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #516C07 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB811087-
CMYK0.2500.940.58
HSL76.04º87.83%22.55%-
HSV(B)76.04º93.52%42.35%-
XYZ8.7912.492.15-
YUV88.4182.05122.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=41.33%
G=55.10%
B=3.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8110870.2500.940.5876.0487.8322.55
Hex516C71905E3A4c5817
Octal12115473101367211413027
Binary1010001110110011111001010111101110101001100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516C07; }

 p { color: rgb(81,108,7); }

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

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

 a { background-color: rgb(81,108,7); }

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

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

 span { border-color: rgb(81,108,7); }

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