#516013

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

Shades of Verdun Green #516013

Tints of Verdun Green #516013

Color information

#516013 (or 0x516013) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 13. RGB value is (81,96,19). Sum of RGB (Red+Green+Blue) = 81+96+19=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #516013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516013 is #AE9FEC. Grayscale: #535353. Windows color (decimal): -11444205 or 1269841. OLE color: 1269841.

HSL color Cylindrical-coordinate representation of color #516013: hue angle of 71.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516013 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB819619-
CMYK0.1600.800.62
HSL71.69º66.96%22.55%-
HSV(B)71.69º80.21%37.65%-
XYZ7.6910.162.17-
YUV82.7492.03126.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=41.33%
G=48.98%
B=9.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196190.1600.800.6271.6966.9622.55
Hex516013100503E484317
Octal121140232001207611010327
Binary101000111000001001110000010100001111101001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516013; }

 p { color: rgb(81,96,19); }

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

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

 a { background-color: rgb(81,96,19); }

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

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

 span { border-color: rgb(81,96,19); }

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