#526757

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

Shades of Mineral Green #526757

Tints of Mineral Green #526757

Color information

#526757 (or 0x526757) is unknown color: approx Mineral Green. HEX triplet: 52, 67 and 57. RGB value is (82,103,87). Sum of RGB (Red+Green+Blue) = 82+103+87=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #526757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526757 is #AD98A8. Grayscale: #5E5E5E. Windows color (decimal): -11376809 or 5728082. OLE color: 5728082.

HSL color Cylindrical-coordinate representation of color #526757: hue angle of 134.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526757 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB8210387-
CMYK0.2000.160.60
HSL134.29º11.35%36.27%-
HSV(B)134.29º20.39%40.39%-
XYZ10.0512.1810.84-
YUV94.9123.54118.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=30.15%
G=37.87%
B=31.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103870.2000.160.60134.2911.3536.27
Hex526757140103C86b24
Octal12214712724020742061344
Binary10100101100111101011110100010000111100100001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526757; }

 p { color: rgb(82,103,87); }

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

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

 a { background-color: rgb(82,103,87); }

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

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

 span { border-color: rgb(82,103,87); }

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