#526956

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

Shades of Mineral Green #526956

Tints of Mineral Green #526956

Color information

#526956 (or 0x526956) is unknown color: approx Mineral Green. HEX triplet: 52, 69 and 56. RGB value is (82,105,86). Sum of RGB (Red+Green+Blue) = 82+105+86=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #526956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526956 is #AD96A9. Grayscale: #606060. Windows color (decimal): -11376298 or 5663058. OLE color: 5663058.

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

Color convert

RGB8210586-
CMYK0.2200.180.59
HSL130.43º12.3%36.67%-
HSV(B)130.43º21.9%41.18%-
XYZ10.2112.5710.69-
YUV95.96122.38118.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=30.04%
G=38.46%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105860.2200.180.59130.4312.336.67
Hex526956160123B82c25
Octal12215112626022732021445
Binary10100101101001101011010110010010111011100000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526956; }

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

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

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

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

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

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

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

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