Html Css Color HEX #516516 Verdun Green

📋 copy color: '#516516'

red 81 ◦ green 101 ◦ blue 22

#516516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #516516

Tints of Verdun Green #516516

RGB

 RED value IS 81 (32.03% from 255) = 39.71%

 GREEN value IS 101 (39.84% from 255) = 49.51%

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 39.71%
G = 49.51%
B = 10.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#516516 (or 0x516516) is known color: Verdun Green. HEX triplet: 51, 65 and 16. RGB value is (81,101,22). Sum of RGB (Red+Green+Blue) = 81+101+22=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #516516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516516 is #AE9AE9. Grayscale: #565656. Windows color (decimal): -11442922 or 1467729. OLE color: 1467729.

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

Color convert

RGB 81 101 22 -
CMYK 0.20 0 0.78 0.60
HSL 75.19º 0.64% 0.24% -
HSV(B) 75.19º 0.78% 0.4% -
XYZ 8.19 11.11 2.47 -
YUV 86.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 81 101 22 0.20 0 0.78 0.60 75.19 0.64 0.24
Hex 51 65 16 14 0 4E 3C 4B 40 18
Octal 121 145 26 24 0 116 74 113 100 30
Binary 1010001 1100101 10110 10100 0 1001110 111100 1001011 1000000 11000

Color Harmonies of #516516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516516

Black with #516516

Text Example


Text Example

White with #516516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516516; }

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

 H1.HeaderClassName
 {
   color: #516516;
 }
 .AnyTagClassName
 {
   color: #516516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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