Html Css Color HEX #546E58 Mineral Green

📋 copy color: '#546E58'

red 84 ◦ green 110 ◦ blue 88

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

Shades of Mineral Green #546E58

Tints of Mineral Green #546E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.01%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 29.79%
G = 39.01%
B = 31.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#546E58 (or 0x546E58) is known color: Mineral Green. HEX triplet: 54, 6E and 58. RGB value is (84,110,88). Sum of RGB (Red+Green+Blue) = 84+110+88=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #546E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E58 is #AB91A7. Grayscale: #636363. Windows color (decimal): -11243944 or 5795412. OLE color: 5795412.

HSL color Cylindrical-coordinate representation of color #546E58: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E58 is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 110 88 -
CMYK 0.24 0 0.2 0.57
HSL 129.23º 0.13% 0.38% -
HSV(B) 129.23º 0.24% 0.43% -
XYZ 10.99 13.74 11.31 -
YUV 99.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 84 110 88 0.24 0 0.2 0.57 129.23 0.13 0.38
Hex 54 6E 58 18 0 14 39 81 D 26
Octal 124 156 130 30 0 24 71 201 15 46
Binary 1010100 1101110 1011000 11000 0 10100 111001 10000001 1101 100110

Color Harmonies of #546E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546E58

Black with #546E58

Text Example


Text Example

White with #546E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,110,88); }

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

background-color css

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

 a { background-color: rgb(84,110,88); }

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

border-color css

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

 span { border-color: rgb(84,110,88); }

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