Html Css Color HEX #516014 Verdun Green

📋 copy color: '#516014'

red 81 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #516014

Tints of Verdun Green #516014

RGB

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

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

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

R = 41.12%
G = 48.73%
B = 10.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#516014 (or 0x516014) is known color: Verdun Green. HEX triplet: 51, 60 and 14. RGB value is (81,96,20). Sum of RGB (Red+Green+Blue) = 81+96+20=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #516014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516014 is #AE9FEB. Grayscale: #535353. Windows color (decimal): -11444204 or 1335377. OLE color: 1335377.

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

Color convert

RGB 81 96 20 -
CMYK 0.16 0 0.79 0.62
HSL 71.84º 0.66% 0.23% -
HSV(B) 71.84º 0.79% 0.38% -
XYZ 7.7 10.17 2.22 -
YUV 82.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 81 96 20 0.16 0 0.79 0.62 71.84 0.66 0.23
Hex 51 60 14 10 0 4F 3E 48 42 17
Octal 121 140 24 20 0 117 76 110 102 27
Binary 1010001 1100000 10100 10000 0 1001111 111110 1001000 1000010 10111

Color Harmonies of #516014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516014

Black with #516014

Text Example


Text Example

White with #516014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516014; }

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

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

background-color css

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

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

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

border-color css

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

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

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