Html Css Color HEX #516115 Verdun Green

📋 copy color: '#516115'

red 81 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #516115

Tints of Verdun Green #516115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 40.7%
G = 48.74%
B = 10.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#516115 (or 0x516115) is known color: Verdun Green. HEX triplet: 51, 61 and 15. RGB value is (81,97,21). Sum of RGB (Red+Green+Blue) = 81+97+21=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #516115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516115 is #AE9EEA. Grayscale: #535353. Windows color (decimal): -11443947 or 1401169. OLE color: 1401169.

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

Color convert

RGB 81 97 21 -
CMYK 0.16 0 0.78 0.62
HSL 72.63º 0.64% 0.23% -
HSV(B) 72.63º 0.78% 0.38% -
XYZ 7.8 10.35 2.3 -
YUV 83.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 81 97 21 0.16 0 0.78 0.62 72.63 0.64 0.23
Hex 51 61 15 10 0 4E 3E 49 40 17
Octal 121 141 25 20 0 116 76 111 100 27
Binary 1010001 1100001 10101 10000 0 1001110 111110 1001001 1000000 10111

Color Harmonies of #516115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516115

Black with #516115

Text Example


Text Example

White with #516115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516115; }

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

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

background-color css

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

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

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

border-color css

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

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

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