Html Css Color HEX #546A57 Mineral Green

📋 copy color: '#546A57'

red 84 ◦ green 106 ◦ blue 87

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

Shades of Mineral Green #546A57

Tints of Mineral Green #546A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

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

R = 30.32%
G = 38.27%
B = 31.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#546A57 (or 0x546A57) is known color: Mineral Green. HEX triplet: 54, 6A and 57. RGB value is (84,106,87). Sum of RGB (Red+Green+Blue) = 84+106+87=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #546A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A57 is #AB95A8. Grayscale: #616161. Windows color (decimal): -11244969 or 5728852. OLE color: 5728852.

HSL color Cylindrical-coordinate representation of color #546A57: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546A57 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 106 87 -
CMYK 0.21 0 0.18 0.58
HSL 128.18º 0.12% 0.37% -
HSV(B) 128.18º 0.21% 0.42% -
XYZ 10.53 12.88 10.95 -
YUV 97.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 84 106 87 0.21 0 0.18 0.58 128.18 0.12 0.37
Hex 54 6A 57 15 0 12 3A 80 C 25
Octal 124 152 127 25 0 22 72 200 14 45
Binary 1010100 1101010 1010111 10101 0 10010 111010 10000000 1100 100101

Color Harmonies of #546A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A57

Black with #546A57

Text Example


Text Example

White with #546A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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