#516901

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

Shades of Verdun Green #516901

Tints of Verdun Green #516901

Color information

#516901 (or 0x516901) is unknown color: approx Verdun Green. HEX triplet: 51, 69 and 01. RGB value is (81,105,1). Sum of RGB (Red+Green+Blue) = 81+105+1=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #516901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516901 is #AE96FE. Grayscale: #565656. Windows color (decimal): -11441919 or 92497. OLE color: 92497.

HSL color Cylindrical-coordinate representation of color #516901: hue angle of 73.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516901 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB811051-
CMYK0.2300.990.59
HSL73.85º98.11%20.78%-
HSV(B)73.85º99.05%41.18%-
XYZ8.4511.851.87-
YUV85.9780.05124.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=43.32%
G=56.15%
B=0.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8110510.2300.990.5973.8598.1120.78
Hex51691170633B4a6215
Octal12115112701437311214225
Binary10100011101001110111011000111110111001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516901; }

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

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

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

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

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

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

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

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