Html Css Color HEX #516215 Verdun Green

📋 copy color: '#516215'

red 81 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #516215

Tints of Verdun Green #516215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

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

R = 40.5%
G = 49%
B = 10.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#516215 (or 0x516215) is known color: Verdun Green. HEX triplet: 51, 62 and 15. RGB value is (81,98,21). Sum of RGB (Red+Green+Blue) = 81+98+21=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #516215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516215 is #AE9DEA. Grayscale: #545454. Windows color (decimal): -11443691 or 1401425. OLE color: 1401425.

HSL color Cylindrical-coordinate representation of color #516215: hue angle of 73.25º degrees, saturation: 0.65, 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 #516215 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 21 -
CMYK 0.17 0 0.79 0.62
HSL 73.25º 0.65% 0.23% -
HSV(B) 73.25º 0.79% 0.38% -
XYZ 7.9 10.54 2.33 -
YUV 84.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 81 98 21 0.17 0 0.79 0.62 73.25 0.65 0.23
Hex 51 62 15 11 0 4F 3E 49 41 17
Octal 121 142 25 21 0 117 76 111 101 27
Binary 1010001 1100010 10101 10001 0 1001111 111110 1001001 1000001 10111

Color Harmonies of #516215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516215

Black with #516215

Text Example


Text Example

White with #516215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516215; }

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

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

background-color css

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

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

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

border-color css

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

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

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