Html Css Color HEX #546256 Mineral Green

📋 copy color: '#546256'

red 84 ◦ green 98 ◦ blue 86

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

Shades of Mineral Green #546256

Tints of Mineral Green #546256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

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

R = 31.34%
G = 36.57%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#546256 (or 0x546256) is known color: Mineral Green. HEX triplet: 54, 62 and 56. RGB value is (84,98,86). Sum of RGB (Red+Green+Blue) = 84+98+86=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #546256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546256 is #AB9DA9. Grayscale: #5C5C5C. Windows color (decimal): -11247018 or 5661268. OLE color: 5661268.

HSL color Cylindrical-coordinate representation of color #546256: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #546256 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 98 86 -
CMYK 0.14 0 0.12 0.62
HSL 128.57º 0.08% 0.36% -
HSV(B) 128.57º 0.14% 0.38% -
XYZ 9.7 11.29 10.47 -
YUV 92.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 84 98 86 0.14 0 0.12 0.62 128.57 0.08 0.36
Hex 54 62 56 E 0 C 3E 81 8 24
Octal 124 142 126 16 0 14 76 201 10 44
Binary 1010100 1100010 1010110 1110 0 1100 111110 10000001 1000 100100

Color Harmonies of #546256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546256

Black with #546256

Text Example


Text Example

White with #546256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546256; }

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

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

background-color css

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

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

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

border-color css

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

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

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