Html Css Color HEX #546C5A Mineral Green

📋 copy color: '#546C5A'

red 84 ◦ green 108 ◦ blue 90

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

Shades of Mineral Green #546C5A

Tints of Mineral Green #546C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 29.79%
G = 38.3%
B = 31.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#546C5A (or 0x546C5A) is known color: Mineral Green. HEX triplet: 54, 6C and 5A. RGB value is (84,108,90). Sum of RGB (Red+Green+Blue) = 84+108+90=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #546C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C5A is #AB93A5. Grayscale: #626262. Windows color (decimal): -11244454 or 5925972. OLE color: 5925972.

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

Color convert

RGB 84 108 90 -
CMYK 0.22 0 0.17 0.58
HSL 135º 0.13% 0.38% -
HSV(B) 135º 0.22% 0.42% -
XYZ 10.86 13.35 11.68 -
YUV 98.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 84 108 90 0.22 0 0.17 0.58 135 0.13 0.38
Hex 54 6C 5A 16 0 11 3A 87 C 26
Octal 124 154 132 26 0 21 72 207 14 46
Binary 1010100 1101100 1011010 10110 0 10001 111010 10000111 1100 100110

Color Harmonies of #546C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546C5A

Black with #546C5A

Text Example


Text Example

White with #546C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,108,90); }

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

background-color css

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

 a { background-color: rgb(84,108,90); }

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

border-color css

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

 span { border-color: rgb(84,108,90); }

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