Html Css Color HEX #516110 Verdun Green

📋 copy color: '#516110'

red 81 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #516110

Tints of Verdun Green #516110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

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

R = 41.75%
G = 50%
B = 8.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#516110 (or 0x516110) is known color: Verdun Green. HEX triplet: 51, 61 and 10. RGB value is (81,97,16). Sum of RGB (Red+Green+Blue) = 81+97+16=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #516110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516110 is #AE9EEF. Grayscale: #535353. Windows color (decimal): -11443952 or 1073489. OLE color: 1073489.

HSL color Cylindrical-coordinate representation of color #516110: hue angle of 71.85º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #516110 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 16 -
CMYK 0.16 0 0.84 0.62
HSL 71.85º 0.72% 0.22% -
HSV(B) 71.85º 0.84% 0.38% -
XYZ 7.76 10.34 2.08 -
YUV 82.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 81 97 16 0.16 0 0.84 0.62 71.85 0.72 0.22
Hex 51 61 10 10 0 54 3E 48 48 16
Octal 121 141 20 20 0 124 76 110 110 26
Binary 1010001 1100001 10000 10000 0 1010100 111110 1001000 1001000 10110

Color Harmonies of #516110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516110

Black with #516110

Text Example


Text Example

White with #516110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516110; }

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

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

background-color css

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

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

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

border-color css

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

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

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