Html Css Color HEX #546358 Mineral Green

📋 copy color: '#546358'

red 84 ◦ green 99 ◦ blue 88

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

Shades of Mineral Green #546358

Tints of Mineral Green #546358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 31%
G = 36.53%
B = 32.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#546358 (or 0x546358) is known color: Mineral Green. HEX triplet: 54, 63 and 58. RGB value is (84,99,88). Sum of RGB (Red+Green+Blue) = 84+99+88=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #546358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546358 is #AB9CA7. Grayscale: #5D5D5D. Windows color (decimal): -11246760 or 5792596. OLE color: 5792596.

HSL color Cylindrical-coordinate representation of color #546358: hue angle of 136º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546358 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 88 -
CMYK 0.15 0 0.11 0.61
HSL 136º 0.08% 0.36% -
HSV(B) 136º 0.15% 0.39% -
XYZ 9.88 11.51 10.93 -
YUV 93.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 84 99 88 0.15 0 0.11 0.61 136 0.08 0.36
Hex 54 63 58 F 0 B 3D 88 8 24
Octal 124 143 130 17 0 13 75 210 10 44
Binary 1010100 1100011 1011000 1111 0 1011 111101 10001000 1000 100100

Color Harmonies of #546358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546358

Black with #546358

Text Example


Text Example

White with #546358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546358; }

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

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

background-color css

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

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

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

border-color css

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

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

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