Html Css Color HEX #516417 Verdun Green

📋 copy color: '#516417'

red 81 ◦ green 100 ◦ blue 23

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

Shades of Verdun Green #516417

Tints of Verdun Green #516417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.02%

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

R = 39.71%
G = 49.02%
B = 11.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#516417 (or 0x516417) is known color: Verdun Green. HEX triplet: 51, 64 and 17. RGB value is (81,100,23). Sum of RGB (Red+Green+Blue) = 81+100+23=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #516417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516417 is #AE9BE8. Grayscale: #555555. Windows color (decimal): -11443177 or 1533009. OLE color: 1533009.

HSL color Cylindrical-coordinate representation of color #516417: hue angle of 74.81º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #516417 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 23 -
CMYK 0.19 0 0.77 0.61
HSL 74.81º 0.63% 0.24% -
HSV(B) 74.81º 0.77% 0.39% -
XYZ 8.11 10.93 2.49 -
YUV 85.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 81 100 23 0.19 0 0.77 0.61 74.81 0.63 0.24
Hex 51 64 17 13 0 4D 3D 4B 3F 18
Octal 121 144 27 23 0 115 75 113 77 30
Binary 1010001 1100100 10111 10011 0 1001101 111101 1001011 111111 11000

Color Harmonies of #516417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516417

Black with #516417

Text Example


Text Example

White with #516417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516417; }

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

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

background-color css

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

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

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

border-color css

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

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

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