Html Css Color HEX #54695D Mineral Green

📋 copy color: '#54695D'

red 84 ◦ green 105 ◦ blue 93

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

Shades of Mineral Green #54695D

Tints of Mineral Green #54695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 29.79%
G = 37.23%
B = 32.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#54695D (or 0x54695D) is known color: Mineral Green. HEX triplet: 54, 69 and 5D. RGB value is (84,105,93). Sum of RGB (Red+Green+Blue) = 84+105+93=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #54695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695D is #AB96A2. Grayscale: #616161. Windows color (decimal): -11245219 or 6121812. OLE color: 6121812.

HSL color Cylindrical-coordinate representation of color #54695D: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54695D is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 105 93 -
CMYK 0.20 0 0.11 0.59
HSL 145.71º 0.11% 0.37% -
HSV(B) 145.71º 0.2% 0.41% -
XYZ 10.68 12.78 12.26 -
YUV 97.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 84 105 93 0.20 0 0.11 0.59 145.71 0.11 0.37
Hex 54 69 5D 14 0 B 3B 92 B 25
Octal 124 151 135 24 0 13 73 222 13 45
Binary 1010100 1101001 1011101 10100 0 1011 111011 10010010 1011 100101

Color Harmonies of #54695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54695D

Black with #54695D

Text Example


Text Example

White with #54695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54695D; }

 p { color: rgb(84,105,93); }

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

background-color css

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

 a { background-color: rgb(84,105,93); }

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

border-color css

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

 span { border-color: rgb(84,105,93); }

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