#516201

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

Shades of Verdun Green #516201

Tints of Verdun Green #516201

Color information

#516201 (or 0x516201) is unknown color: approx Verdun Green. HEX triplet: 51, 62 and 01. RGB value is (81,98,1). Sum of RGB (Red+Green+Blue) = 81+98+1=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #516201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516201 is #AE9DFE. Grayscale: #525252. Windows color (decimal): -11443711 or 90705. OLE color: 90705.

HSL color Cylindrical-coordinate representation of color #516201: hue angle of 70.52º 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 #516201 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB81981-
CMYK0.1700.990.62
HSL70.52º97.98%19.41%-
HSV(B)70.52º98.98%38.43%-
XYZ7.7710.491.64-
YUV81.8682.37127.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=45%
G=54.44%
B=0.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal819810.1700.990.6270.5297.9819.41
Hex51621110633E476213
Octal12114212101437610714223
Binary10100011100010110001011000111111101000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516201; }

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

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

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

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

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

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

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

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