Html Css Color HEX #546F5B Mineral Green

📋 copy color: '#546F5B'

red 84 ◦ green 111 ◦ blue 91

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

Shades of Mineral Green #546F5B

Tints of Mineral Green #546F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 29.37%
G = 38.81%
B = 31.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#546F5B (or 0x546F5B) is known color: Mineral Green. HEX triplet: 54, 6F and 5B. RGB value is (84,111,91). Sum of RGB (Red+Green+Blue) = 84+111+91=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5B is #AB90A4. Grayscale: #646464. Windows color (decimal): -11243685 or 5992276. OLE color: 5992276.

HSL color Cylindrical-coordinate representation of color #546F5B: hue angle of 135.56º 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 #546F5B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 111 91 -
CMYK 0.24 0 0.18 0.56
HSL 135.56º 0.14% 0.38% -
HSV(B) 135.56º 0.24% 0.44% -
XYZ 11.23 14.01 12.01 -
YUV 100.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 84 111 91 0.24 0 0.18 0.56 135.56 0.14 0.38
Hex 54 6F 5B 18 0 12 38 88 E 26
Octal 124 157 133 30 0 22 70 210 16 46
Binary 1010100 1101111 1011011 11000 0 10010 111000 10001000 1110 100110

Color Harmonies of #546F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546F5B

Black with #546F5B

Text Example


Text Example

White with #546F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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