#516001

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

Shades of Verdun Green #516001

Tints of Verdun Green #516001

Color information

#516001 (or 0x516001) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 01. RGB value is (81,96,1). Sum of RGB (Red+Green+Blue) = 81+96+1=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #516001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516001 is #AE9FFE. Grayscale: #515151. Windows color (decimal): -11444223 or 90193. OLE color: 90193.

HSL color Cylindrical-coordinate representation of color #516001: hue angle of 69.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB81961-
CMYK0.1600.990.62
HSL69.47º97.94%19.02%-
HSV(B)69.47º98.96%37.65%-
XYZ7.5810.121.58-
YUV80.6883.03128.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=45.51%
G=53.93%
B=0.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal819610.1600.990.6269.4797.9419.02
Hex51601100633E456213
Octal12114012001437610514223
Binary10100011100000110000011000111111101000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516001; }

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

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

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

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

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

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

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

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