#516714

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

Shades of Verdun Green #516714

Tints of Verdun Green #516714

Color information

#516714 (or 0x516714) is unknown color: approx Verdun Green. HEX triplet: 51, 67 and 14. RGB value is (81,103,20). Sum of RGB (Red+Green+Blue) = 81+103+20=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #516714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516714 is #AE98EB. Grayscale: #575757. Windows color (decimal): -11442412 or 1337169. OLE color: 1337169.

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

Color convert

RGB8110320-
CMYK0.2100.810.60
HSL75.9º67.48%24.12%-
HSV(B)75.9º80.58%40.39%-
XYZ8.3711.52.44-
YUV86.9690.21123.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 103 (40.62% from 255) = 50.49%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=39.71%
G=50.49%
B=9.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103200.2100.810.6075.967.4824.12
Hex516714150513C4c4318
Octal121147242501217411410330
Binary101000111001111010010101010100011111001001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516714; }

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

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

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

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

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

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

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

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