#516216

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

Shades of Verdun Green #516216

Tints of Verdun Green #516216

Color information

#516216 (or 0x516216) is unknown color: approx Verdun Green. HEX triplet: 51, 62 and 16. RGB value is (81,98,22). Sum of RGB (Red+Green+Blue) = 81+98+22=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #516216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516216 is #AE9DE9. Grayscale: #545454. Windows color (decimal): -11443690 or 1466961. OLE color: 1466961.

HSL color Cylindrical-coordinate representation of color #516216: hue angle of 73.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #516216 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB819822-
CMYK0.1700.780.62
HSL73.42º63.33%23.53%-
HSV(B)73.42º77.55%38.43%-
XYZ7.9110.542.38-
YUV84.2592.87125.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=40.30%
G=48.76%
B=10.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198220.1700.780.6273.4263.3323.53
Hex5162161104E3E493f18
Octal12114226210116761117730
Binary10100011100010101101000101001110111110100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516216; }

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

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

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

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

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

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

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

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