Html Css Color HEX #546B5C Mineral Green

📋 copy color: '#546B5C'

red 84 ◦ green 107 ◦ blue 92

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

Shades of Mineral Green #546B5C

Tints of Mineral Green #546B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 29.68%
G = 37.81%
B = 32.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#546B5C (or 0x546B5C) is known color: Mineral Green. HEX triplet: 54, 6B and 5C. RGB value is (84,107,92). Sum of RGB (Red+Green+Blue) = 84+107+92=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #546B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B5C is #AB94A3. Grayscale: #626262. Windows color (decimal): -11244708 or 6056788. OLE color: 6056788.

HSL color Cylindrical-coordinate representation of color #546B5C: hue angle of 140.87º 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 #546B5C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 107 92 -
CMYK 0.21 0 0.14 0.58
HSL 140.87º 0.12% 0.37% -
HSV(B) 140.87º 0.21% 0.42% -
XYZ 10.85 13.17 12.1 -
YUV 98.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 84 107 92 0.21 0 0.14 0.58 140.87 0.12 0.37
Hex 54 6B 5C 15 0 E 3A 8D C 25
Octal 124 153 134 25 0 16 72 215 14 45
Binary 1010100 1101011 1011100 10101 0 1110 111010 10001101 1100 100101

Color Harmonies of #546B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546B5C

Black with #546B5C

Text Example


Text Example

White with #546B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,107,92); }

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

background-color css

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

 a { background-color: rgb(84,107,92); }

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

border-color css

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

 span { border-color: rgb(84,107,92); }

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