Html Css Color HEX #546157 Mineral Green

📋 copy color: '#546157'

red 84 ◦ green 97 ◦ blue 87

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

Shades of Mineral Green #546157

Tints of Mineral Green #546157

RGB

 RED value IS 84 (33.2% from 255) = 31.34%

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 31.34%
G = 36.19%
B = 32.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#546157 (or 0x546157) is known color: Mineral Green. HEX triplet: 54, 61 and 57. RGB value is (84,97,87). Sum of RGB (Red+Green+Blue) = 84+97+87=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #546157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546157 is #AB9EA8. Grayscale: #5C5C5C. Windows color (decimal): -11247273 or 5726548. OLE color: 5726548.

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

Color convert

RGB 84 97 87 -
CMYK 0.13 0 0.10 0.62
HSL 133.85º 0.07% 0.35% -
HSV(B) 133.85º 0.13% 0.38% -
XYZ 9.65 11.12 10.65 -
YUV 91.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 84 97 87 0.13 0 0.10 0.62 133.85 0.07 0.35
Hex 54 61 57 D 0 A 3E 86 7 23
Octal 124 141 127 15 0 12 76 206 7 43
Binary 1010100 1100001 1010111 1101 0 1010 111110 10000110 111 100011

Color Harmonies of #546157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546157

Black with #546157

Text Example


Text Example

White with #546157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546157; }

 p { color: rgb(84,97,87); }

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

background-color css

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

 a { background-color: rgb(84,97,87); }

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

border-color css

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

 span { border-color: rgb(84,97,87); }

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