Html Css Color HEX #516814 Verdun Green

📋 copy color: '#516814'

red 81 ◦ green 104 ◦ blue 20

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

Shades of Verdun Green #516814

Tints of Verdun Green #516814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 39.51%
G = 50.73%
B = 9.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#516814 (or 0x516814) is known color: Verdun Green. HEX triplet: 51, 68 and 14. RGB value is (81,104,20). Sum of RGB (Red+Green+Blue) = 81+104+20=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #516814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516814 is #AE97EB. Grayscale: #575757. Windows color (decimal): -11442156 or 1337425. OLE color: 1337425.

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

Color convert

RGB 81 104 20 -
CMYK 0.22 0 0.81 0.59
HSL 76.43º 0.68% 0.24% -
HSV(B) 76.43º 0.81% 0.41% -
XYZ 8.47 11.7 2.47 -
YUV 87.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 81 104 20 0.22 0 0.81 0.59 76.43 0.68 0.24
Hex 51 68 14 16 0 51 3B 4C 44 18
Octal 121 150 24 26 0 121 73 114 104 30
Binary 1010001 1101000 10100 10110 0 1010001 111011 1001100 1000100 11000

Color Harmonies of #516814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516814

Black with #516814

Text Example


Text Example

White with #516814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516814; }

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

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

background-color css

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

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

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

border-color css

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

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

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