#526756

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

Shades of Mineral Green #526756

Tints of Mineral Green #526756

Color information

#526756 (or 0x526756) is unknown color: approx Mineral Green. HEX triplet: 52, 67 and 56. RGB value is (82,103,86). Sum of RGB (Red+Green+Blue) = 82+103+86=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #526756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526756 is #AD98A9. Grayscale: #5E5E5E. Windows color (decimal): -11376810 or 5662546. OLE color: 5662546.

HSL color Cylindrical-coordinate representation of color #526756: hue angle of 131.43º 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 #526756 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB8210386-
CMYK0.2000.170.60
HSL131.43º11.35%36.27%-
HSV(B)131.43º20.39%40.39%-
XYZ10.0112.1710.62-
YUV94.78123.04118.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=30.26%
G=38.01%
B=31.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103860.2000.170.60131.4311.3536.27
Hex526756140113C83b24
Octal12214712624021742031344
Binary10100101100111101011010100010001111100100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526756; }

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

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

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

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

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

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

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

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