#527159

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

Shades of Mineral Green #527159

Tints of Mineral Green #527159

Color information

#527159 (or 0x527159) is unknown color: approx Mineral Green. HEX triplet: 52, 71 and 59. RGB value is (82,113,89). Sum of RGB (Red+Green+Blue) = 82+113+89=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #527159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527159 is #AD8EA6. Grayscale: #656565. Windows color (decimal): -11374247 or 5861714. OLE color: 5861714.

HSL color Cylindrical-coordinate representation of color #527159: hue angle of 133.55º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527159 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8211389-
CMYK0.2700.210.56
HSL133.55º15.9%38.24%-
HSV(B)133.55º27.43%44.31%-
XYZ11.1914.3311.63-
YUV101121.23114.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=28.87%
G=39.79%
B=31.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113890.2700.210.56133.5515.938.24
Hex5271591B01538861026
Octal12216113133025702062046
Binary101001011100011011001110110101011110001000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527159; }

 p { color: rgb(82,113,89); }

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

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

 a { background-color: rgb(82,113,89); }

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

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

 span { border-color: rgb(82,113,89); }

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