Html Css Color HEX #546356 Mineral Green

📋 copy color: '#546356'

red 84 ◦ green 99 ◦ blue 86

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

Shades of Mineral Green #546356

Tints of Mineral Green #546356

RGB

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

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

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

R = 31.23%
G = 36.8%
B = 31.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#546356 (or 0x546356) is known color: Mineral Green. HEX triplet: 54, 63 and 56. RGB value is (84,99,86). Sum of RGB (Red+Green+Blue) = 84+99+86=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #546356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546356 is #AB9CA9. Grayscale: #5D5D5D. Windows color (decimal): -11246762 or 5661524. OLE color: 5661524.

HSL color Cylindrical-coordinate representation of color #546356: hue angle of 128º 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 #546356 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 86 -
CMYK 0.15 0 0.13 0.61
HSL 128º 0.08% 0.36% -
HSV(B) 128º 0.15% 0.39% -
XYZ 9.8 11.48 10.5 -
YUV 93.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 84 99 86 0.15 0 0.13 0.61 128 0.08 0.36
Hex 54 63 56 F 0 D 3D 80 8 24
Octal 124 143 126 17 0 15 75 200 10 44
Binary 1010100 1100011 1010110 1111 0 1101 111101 10000000 1000 100100

Color Harmonies of #546356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546356

Black with #546356

Text Example


Text Example

White with #546356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546356; }

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

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

background-color css

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

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

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

border-color css

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

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

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