#526156

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

Shades of Mineral Green #526156

Tints of Mineral Green #526156

Color information

#526156 (or 0x526156) is unknown color: approx Mineral Green. HEX triplet: 52, 61 and 56. RGB value is (82,97,86). Sum of RGB (Red+Green+Blue) = 82+97+86=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #526156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526156 is #AD9EA9. Grayscale: #5B5B5B. Windows color (decimal): -11378346 or 5661010. OLE color: 5661010.

HSL color Cylindrical-coordinate representation of color #526156: hue angle of 136º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526156 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB829786-
CMYK0.1500.110.62
HSL136º8.38%35.1%-
HSV(B)136º15.46%38.04%-
XYZ9.4311.0210.43-
YUV91.26125.03121.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=30.94%
G=36.60%
B=32.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297860.1500.110.621368.3835.1
Hex526156F0B3E88823
Octal12214112617013762101043
Binary101001011000011010110111101011111110100010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526156; }

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

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

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

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

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

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

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

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