#526856

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

Shades of Mineral Green #526856

Tints of Mineral Green #526856

Color information

#526856 (or 0x526856) is unknown color: approx Mineral Green. HEX triplet: 52, 68 and 56. RGB value is (82,104,86). Sum of RGB (Red+Green+Blue) = 82+104+86=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #526856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526856 is #AD97A9. Grayscale: #5F5F5F. Windows color (decimal): -11376554 or 5662802. OLE color: 5662802.

HSL color Cylindrical-coordinate representation of color #526856: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526856 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8210486-
CMYK0.2100.170.59
HSL130.91º11.83%36.47%-
HSV(B)130.91º21.15%40.78%-
XYZ10.1112.3710.66-
YUV95.37122.71118.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=30.15%
G=38.24%
B=31.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104860.2100.170.59130.9111.8336.47
Hex526856150113B83c24
Octal12215012625021732031444
Binary10100101101000101011010101010001111011100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526856; }

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

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

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

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

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

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

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

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