Html Css Color HEX #516410 Verdun Green

📋 copy color: '#516410'

red 81 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #516410

Tints of Verdun Green #516410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 41.12%
G = 50.76%
B = 8.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#516410 (or 0x516410) is known color: Verdun Green. HEX triplet: 51, 64 and 10. RGB value is (81,100,16). Sum of RGB (Red+Green+Blue) = 81+100+16=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #516410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516410 is #AE9BEF. Grayscale: #555555. Windows color (decimal): -11443184 or 1074257. OLE color: 1074257.

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

Color convert

RGB 81 100 16 -
CMYK 0.19 0 0.84 0.61
HSL 73.57º 0.72% 0.23% -
HSV(B) 73.57º 0.84% 0.39% -
XYZ 8.04 10.9 2.17 -
YUV 84.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 81 100 16 0.19 0 0.84 0.61 73.57 0.72 0.23
Hex 51 64 10 13 0 54 3D 4A 48 17
Octal 121 144 20 23 0 124 75 112 110 27
Binary 1010001 1100100 10000 10011 0 1010100 111101 1001010 1001000 10111

Color Harmonies of #516410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516410

Black with #516410

Text Example


Text Example

White with #516410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516410; }

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

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

background-color css

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

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

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

border-color css

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

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

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