Html Css Color HEX #516254 Mineral Green

📋 copy color: '#516254'

red 81 ◦ green 98 ◦ blue 84

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

Shades of Mineral Green #516254

Tints of Mineral Green #516254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 30.8%
G = 37.26%
B = 31.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#516254 (or 0x516254) is known color: Mineral Green. HEX triplet: 51, 62 and 54. RGB value is (81,98,84). Sum of RGB (Red+Green+Blue) = 81+98+84=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #516254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516254 is #AE9DAB. Grayscale: #5B5B5B. Windows color (decimal): -11443628 or 5530193. OLE color: 5530193.

HSL color Cylindrical-coordinate representation of color #516254: hue angle of 130.59º 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 #516254 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 84 -
CMYK 0.17 0 0.14 0.62
HSL 130.59º 0.09% 0.35% -
HSV(B) 130.59º 0.17% 0.38% -
XYZ 9.36 11.12 10.04 -
YUV 91.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 81 98 84 0.17 0 0.14 0.62 130.59 0.09 0.35
Hex 51 62 54 11 0 E 3E 83 9 23
Octal 121 142 124 21 0 16 76 203 11 43
Binary 1010001 1100010 1010100 10001 0 1110 111110 10000011 1001 100011

Color Harmonies of #516254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516254

Black with #516254

Text Example


Text Example

White with #516254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516254; }

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

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

background-color css

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

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

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

border-color css

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

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

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