Html Css Color HEX #516356 Mineral Green

📋 copy color: '#516356'

red 81 ◦ green 99 ◦ blue 86

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

Shades of Mineral Green #516356

Tints of Mineral Green #516356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 30.45%
G = 37.22%
B = 32.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#516356 (or 0x516356) is known color: Mineral Green. HEX triplet: 51, 63 and 56. RGB value is (81,99,86). Sum of RGB (Red+Green+Blue) = 81+99+86=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #516356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516356 is #AE9CA9. Grayscale: #5C5C5C. Windows color (decimal): -11443370 or 5661521. OLE color: 5661521.

HSL color Cylindrical-coordinate representation of color #516356: hue angle of 136.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #516356 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 86 -
CMYK 0.18 0 0.13 0.61
HSL 136.67º 0.1% 0.35% -
HSV(B) 136.67º 0.18% 0.39% -
XYZ 9.53 11.34 10.49 -
YUV 92.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 81 99 86 0.18 0 0.13 0.61 136.67 0.1 0.35
Hex 51 63 56 12 0 D 3D 89 A 23
Octal 121 143 126 22 0 15 75 211 12 43
Binary 1010001 1100011 1010110 10010 0 1101 111101 10001001 1010 100011

Color Harmonies of #516356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516356

Black with #516356

Text Example


Text Example

White with #516356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516356; }

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

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

background-color css

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

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

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

border-color css

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

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

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