#516701

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

Shades of Verdun Green #516701

Tints of Verdun Green #516701

Color information

#516701 (or 0x516701) is unknown color: approx Verdun Green. HEX triplet: 51, 67 and 01. RGB value is (81,103,1). Sum of RGB (Red+Green+Blue) = 81+103+1=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #516701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516701 is #AE98FE. Grayscale: #555555. Windows color (decimal): -11442431 or 91985. OLE color: 91985.

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

Color convert

RGB811031-
CMYK0.2100.990.60
HSL72.94º98.08%20.39%-
HSV(B)72.94º99.03%40.39%-
XYZ8.2511.451.8-
YUV84.7980.71125.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=43.78%
G=55.68%
B=0.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8110310.2100.990.6072.9498.0820.39
Hex51671150633C496214
Octal12114712501437411114224
Binary10100011100111110101011000111111001001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516701; }

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

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

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

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

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

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

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

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