Html Css Color HEX #516106 Verdun Green

📋 copy color: '#516106'

red 81 ◦ green 97 ◦ blue 6

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

Shades of Verdun Green #516106

Tints of Verdun Green #516106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 44.02%
G = 52.72%
B = 3.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#516106 (or 0x516106) is known color: Verdun Green. HEX triplet: 51, 61 and 06. RGB value is (81,97,6). Sum of RGB (Red+Green+Blue) = 81+97+6=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #516106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516106 is #AE9EF9. Grayscale: #525252. Windows color (decimal): -11443962 or 418129. OLE color: 418129.

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

Color convert

RGB 81 97 6 -
CMYK 0.16 0 0.94 0.62
HSL 70.55º 0.88% 0.2% -
HSV(B) 70.55º 0.94% 0.38% -
XYZ 7.7 10.31 1.76 -
YUV 81.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 81 97 6 0.16 0 0.94 0.62 70.55 0.88 0.2
Hex 51 61 6 10 0 5E 3E 47 58 14
Octal 121 141 6 20 0 136 76 107 130 24
Binary 1010001 1100001 110 10000 0 1011110 111110 1000111 1011000 10100

Color Harmonies of #516106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516106

Black with #516106

Text Example


Text Example

White with #516106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516106; }

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

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

background-color css

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

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

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

border-color css

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

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

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