#54705A

Color #54705A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #54705A

Tints of Mineral Green #54705A

Color information

#54705A (or 0x54705A) is unknown color: approx Mineral Green. HEX triplet: 54, 70 and 5A. RGB value is (84,112,90). Sum of RGB (Red+Green+Blue) = 84+112+90=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #54705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54705A is #AB8FA5. Grayscale: #656565. Windows color (decimal): -11243430 or 5926996. OLE color: 5926996.

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

Color convert

RGB8411290-
CMYK0.2500.200.56
HSL132.86º14.29%38.43%-
HSV(B)132.86º25%43.92%-
XYZ11.314.2111.82-
YUV101.12121.72115.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=29.37%
G=39.16%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112900.2500.200.56132.8614.2938.43
Hex54705A190143885e26
Octal12416013231024702051646
Binary10101001110000101101011001010100111000100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54705A;
 }
 .AnyTagClassName
 {
   color: #54705A;
 }
</style>
background-color css

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

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

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

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

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

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