#516612

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

Shades of Verdun Green #516612

Tints of Verdun Green #516612

Color information

#516612 (or 0x516612) is unknown color: approx Verdun Green. HEX triplet: 51, 66 and 12. RGB value is (81,102,18). Sum of RGB (Red+Green+Blue) = 81+102+18=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #516612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516612 is #AE99ED. Grayscale: #565656. Windows color (decimal): -11442670 or 1205841. OLE color: 1205841.

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

Color convert

RGB8110218-
CMYK0.2100.820.6
HSL75º70%23.53%-
HSV(B)75º82.35%40%-
XYZ8.2511.32.32-
YUV86.1489.54124.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=40.30%
G=50.75%
B=8.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102180.2100.820.6757023.53
Hex516612150523C4b4618
Octal121146222501227411310630
Binary101000111001101001010101010100101111001001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516612; }

 p { color: rgb(81,102,18); }

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

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

 a { background-color: rgb(81,102,18); }

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

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

 span { border-color: rgb(81,102,18); }

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