Html Css Color HEX #516816 Verdun Green

📋 copy color: '#516816'

red 81 ◦ green 104 ◦ blue 22

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

Shades of Verdun Green #516816

Tints of Verdun Green #516816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.24%

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

R = 39.13%
G = 50.24%
B = 10.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#516816 (or 0x516816) is known color: Verdun Green. HEX triplet: 51, 68 and 16. RGB value is (81,104,22). Sum of RGB (Red+Green+Blue) = 81+104+22=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #516816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516816 is #AE97E9. Grayscale: #585858. Windows color (decimal): -11442154 or 1468497. OLE color: 1468497.

HSL color Cylindrical-coordinate representation of color #516816: hue angle of 76.83º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #516816 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 22 -
CMYK 0.22 0 0.79 0.59
HSL 76.83º 0.65% 0.25% -
HSV(B) 76.83º 0.79% 0.41% -
XYZ 8.49 11.71 2.57 -
YUV 87.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 81 104 22 0.22 0 0.79 0.59 76.83 0.65 0.25
Hex 51 68 16 16 0 4F 3B 4D 41 19
Octal 121 150 26 26 0 117 73 115 101 31
Binary 1010001 1101000 10110 10110 0 1001111 111011 1001101 1000001 11001

Color Harmonies of #516816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516816

Black with #516816

Text Example


Text Example

White with #516816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516816; }

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

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

background-color css

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

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

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

border-color css

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

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

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