Html Css Color HEX #516016 Verdun Green

📋 copy color: '#516016'

red 81 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #516016

Tints of Verdun Green #516016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

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

R = 40.7%
G = 48.24%
B = 11.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#516016 (or 0x516016) is known color: Verdun Green. HEX triplet: 51, 60 and 16. RGB value is (81,96,22). Sum of RGB (Red+Green+Blue) = 81+96+22=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #516016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516016 is #AE9FE9. Grayscale: #535353. Windows color (decimal): -11444202 or 1466449. OLE color: 1466449.

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

Color convert

RGB 81 96 22 -
CMYK 0.16 0 0.77 0.62
HSL 72.16º 0.63% 0.23% -
HSV(B) 72.16º 0.77% 0.38% -
XYZ 7.72 10.17 2.32 -
YUV 83.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 81 96 22 0.16 0 0.77 0.62 72.16 0.63 0.23
Hex 51 60 16 10 0 4D 3E 48 3F 17
Octal 121 140 26 20 0 115 76 110 77 27
Binary 1010001 1100000 10110 10000 0 1001101 111110 1001000 111111 10111

Color Harmonies of #516016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516016

Black with #516016

Text Example


Text Example

White with #516016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516016; }

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

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

background-color css

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

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

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

border-color css

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

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

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