#53705A

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

Shades of Mineral Green #53705A

Tints of Mineral Green #53705A

Color information

#53705A (or 0x53705A) is unknown color: approx Mineral Green. HEX triplet: 53, 70 and 5A. RGB value is (83,112,90). Sum of RGB (Red+Green+Blue) = 83+112+90=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #53705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53705A is #AC8FA5. Grayscale: #646464. Windows color (decimal): -11308966 or 5926995. OLE color: 5926995.

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

Color convert

RGB8311290-
CMYK0.2600.200.56
HSL134.48º14.87%38.24%-
HSV(B)134.48º25.89%43.92%-
XYZ11.2114.1711.82-
YUV100.82121.89115.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=29.12%
G=39.30%
B=31.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112900.2600.200.56134.4814.8738.24
Hex53705A1A0143886f26
Octal12316013232024702061746
Binary10100111110000101101011010010100111000100001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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