Html Css Color HEX #546F59 Mineral Green

📋 copy color: '#546F59'

red 84 ◦ green 111 ◦ blue 89

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

Shades of Mineral Green #546F59

Tints of Mineral Green #546F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 29.58%
G = 39.08%
B = 31.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#546F59 (or 0x546F59) is known color: Mineral Green. HEX triplet: 54, 6F and 59. RGB value is (84,111,89). Sum of RGB (Red+Green+Blue) = 84+111+89=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #546F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F59 is #AB90A6. Grayscale: #646464. Windows color (decimal): -11243687 or 5861204. OLE color: 5861204.

HSL color Cylindrical-coordinate representation of color #546F59: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F59 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 111 89 -
CMYK 0.24 0 0.20 0.56
HSL 131.11º 0.14% 0.38% -
HSV(B) 131.11º 0.24% 0.44% -
XYZ 11.14 13.97 11.56 -
YUV 100.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 84 111 89 0.24 0 0.20 0.56 131.11 0.14 0.38
Hex 54 6F 59 18 0 14 38 83 E 26
Octal 124 157 131 30 0 24 70 203 16 46
Binary 1010100 1101111 1011001 11000 0 10100 111000 10000011 1110 100110

Color Harmonies of #546F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546F59

Black with #546F59

Text Example


Text Example

White with #546F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,111,89); }

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

background-color css

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

 a { background-color: rgb(84,111,89); }

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

border-color css

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

 span { border-color: rgb(84,111,89); }

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