Html Css Color HEX #516015 Verdun Green

📋 copy color: '#516015'

red 81 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #516015

Tints of Verdun Green #516015

RGB

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

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

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

R = 40.91%
G = 48.48%
B = 10.61%

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

#516015 (or 0x516015) is known color: Verdun Green. HEX triplet: 51, 60 and 15. RGB value is (81,96,21). Sum of RGB (Red+Green+Blue) = 81+96+21=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #516015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516015 is #AE9FEA. Grayscale: #535353. Windows color (decimal): -11444203 or 1400913. OLE color: 1400913.

HSL color Cylindrical-coordinate representation of color #516015: hue angle of 72º 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 #516015 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 21 -
CMYK 0.16 0 0.78 0.62
HSL 72º 0.64% 0.23% -
HSV(B) 72º 0.78% 0.38% -
XYZ 7.71 10.17 2.27 -
YUV 82.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 81 96 21 0.16 0 0.78 0.62 72 0.64 0.23
Hex 51 60 15 10 0 4E 3E 48 40 17
Octal 121 140 25 20 0 116 76 110 100 27
Binary 1010001 1100000 10101 10000 0 1001110 111110 1001000 1000000 10111

Color Harmonies of #516015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516015

Black with #516015

Text Example


Text Example

White with #516015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516015; }

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

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

background-color css

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

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

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

border-color css

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

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

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