Html Css Color HEX #546156 Mineral Green

📋 copy color: '#546156'

red 84 ◦ green 97 ◦ blue 86

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

Shades of Mineral Green #546156

Tints of Mineral Green #546156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 31.46%
G = 36.33%
B = 32.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#546156 (or 0x546156) is known color: Mineral Green. HEX triplet: 54, 61 and 56. RGB value is (84,97,86). Sum of RGB (Red+Green+Blue) = 84+97+86=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #546156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546156 is #AB9EA9. Grayscale: #5B5B5B. Windows color (decimal): -11247274 or 5661012. OLE color: 5661012.

HSL color Cylindrical-coordinate representation of color #546156: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #546156 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 86 -
CMYK 0.13 0 0.11 0.62
HSL 129.23º 0.07% 0.35% -
HSV(B) 129.23º 0.13% 0.38% -
XYZ 9.61 11.11 10.44 -
YUV 91.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 84 97 86 0.13 0 0.11 0.62 129.23 0.07 0.35
Hex 54 61 56 D 0 B 3E 81 7 23
Octal 124 141 126 15 0 13 76 201 7 43
Binary 1010100 1100001 1010110 1101 0 1011 111110 10000001 111 100011

Color Harmonies of #546156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546156

Black with #546156

Text Example


Text Example

White with #546156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546156; }

 p { color: rgb(84,97,86); }

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

background-color css

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

 a { background-color: rgb(84,97,86); }

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

border-color css

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

 span { border-color: rgb(84,97,86); }

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