Html Css Color HEX #516256 Mineral Green

📋 copy color: '#516256'

red 81 ◦ green 98 ◦ blue 86

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

Shades of Mineral Green #516256

Tints of Mineral Green #516256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 30.57%
G = 36.98%
B = 32.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#516256 (or 0x516256) is known color: Mineral Green. HEX triplet: 51, 62 and 56. RGB value is (81,98,86). Sum of RGB (Red+Green+Blue) = 81+98+86=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #516256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516256 is #AE9DA9. Grayscale: #5B5B5B. Windows color (decimal): -11443626 or 5661265. OLE color: 5661265.

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

Color convert

RGB 81 98 86 -
CMYK 0.17 0 0.12 0.62
HSL 137.65º 0.09% 0.35% -
HSV(B) 137.65º 0.17% 0.38% -
XYZ 9.44 11.16 10.46 -
YUV 91.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 81 98 86 0.17 0 0.12 0.62 137.65 0.09 0.35
Hex 51 62 56 11 0 C 3E 8A 9 23
Octal 121 142 126 21 0 14 76 212 11 43
Binary 1010001 1100010 1010110 10001 0 1100 111110 10001010 1001 100011

Color Harmonies of #516256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516256

Black with #516256

Text Example


Text Example

White with #516256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516256; }

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

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

background-color css

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

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

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

border-color css

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

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

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