Html Css Color HEX #54715A Mineral Green

📋 copy color: '#54715A'

red 84 ◦ green 113 ◦ blue 90

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

Shades of Mineral Green #54715A

Tints of Mineral Green #54715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 29.27%
G = 39.37%
B = 31.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#54715A (or 0x54715A) is known color: Mineral Green. HEX triplet: 54, 71 and 5A. RGB value is (84,113,90). Sum of RGB (Red+Green+Blue) = 84+113+90=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #54715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54715A is #AB8EA5. Grayscale: #656565. Windows color (decimal): -11243174 or 5927252. OLE color: 5927252.

HSL color Cylindrical-coordinate representation of color #54715A: hue angle of 132.41º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54715A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 113 90 -
CMYK 0.26 0 0.20 0.56
HSL 132.41º 0.15% 0.39% -
HSV(B) 132.41º 0.26% 0.44% -
XYZ 11.41 14.43 11.86 -
YUV 101.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 84 113 90 0.26 0 0.20 0.56 132.41 0.15 0.39
Hex 54 71 5A 1A 0 14 38 84 F 27
Octal 124 161 132 32 0 24 70 204 17 47
Binary 1010100 1110001 1011010 11010 0 10100 111000 10000100 1111 100111

Color Harmonies of #54715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54715A

Black with #54715A

Text Example


Text Example

White with #54715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54715A; }

 p { color: rgb(84,113,90); }

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

background-color css

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

 a { background-color: rgb(84,113,90); }

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

border-color css

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

 span { border-color: rgb(84,113,90); }

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