Html Css Color HEX #516217 Verdun Green

📋 copy color: '#516217'

red 81 ◦ green 98 ◦ blue 23

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

Shades of Verdun Green #516217

Tints of Verdun Green #516217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 40.1%
G = 48.51%
B = 11.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#516217 (or 0x516217) is known color: Verdun Green. HEX triplet: 51, 62 and 17. RGB value is (81,98,23). Sum of RGB (Red+Green+Blue) = 81+98+23=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #516217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516217 is #AE9DE8. Grayscale: #545454. Windows color (decimal): -11443689 or 1532497. OLE color: 1532497.

HSL color Cylindrical-coordinate representation of color #516217: hue angle of 73.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #516217 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 23 -
CMYK 0.17 0 0.77 0.62
HSL 73.6º 0.62% 0.24% -
HSV(B) 73.6º 0.77% 0.38% -
XYZ 7.92 10.55 2.43 -
YUV 84.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 81 98 23 0.17 0 0.77 0.62 73.6 0.62 0.24
Hex 51 62 17 11 0 4D 3E 4A 3E 18
Octal 121 142 27 21 0 115 76 112 76 30
Binary 1010001 1100010 10111 10001 0 1001101 111110 1001010 111110 11000

Color Harmonies of #516217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516217

Black with #516217

Text Example


Text Example

White with #516217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516217; }

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

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

background-color css

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

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

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

border-color css

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

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

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