Html Css Color HEX #516113 Verdun Green

📋 copy color: '#516113'

red 81 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #516113

Tints of Verdun Green #516113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 41.12%
G = 49.24%
B = 9.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#516113 (or 0x516113) is known color: Verdun Green. HEX triplet: 51, 61 and 13. RGB value is (81,97,19). Sum of RGB (Red+Green+Blue) = 81+97+19=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #516113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516113 is #AE9EEC. Grayscale: #535353. Windows color (decimal): -11443949 or 1270097. OLE color: 1270097.

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

Color convert

RGB 81 97 19 -
CMYK 0.16 0 0.80 0.62
HSL 72.31º 0.67% 0.23% -
HSV(B) 72.31º 0.8% 0.38% -
XYZ 7.79 10.35 2.2 -
YUV 83.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 81 97 19 0.16 0 0.80 0.62 72.31 0.67 0.23
Hex 51 61 13 10 0 50 3E 48 43 17
Octal 121 141 23 20 0 120 76 110 103 27
Binary 1010001 1100001 10011 10000 0 1010000 111110 1001000 1000011 10111

Color Harmonies of #516113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516113

Black with #516113

Text Example


Text Example

White with #516113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516113; }

 p { color: rgb(81,97,19); }

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

background-color css

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

 a { background-color: rgb(81,97,19); }

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

border-color css

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

 span { border-color: rgb(81,97,19); }

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