#526356

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

Shades of Mineral Green #526356

Tints of Mineral Green #526356

Color information

#526356 (or 0x526356) is unknown color: approx Mineral Green. HEX triplet: 52, 63 and 56. RGB value is (82,99,86). Sum of RGB (Red+Green+Blue) = 82+99+86=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #526356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526356 is #AD9CA9. Grayscale: #5C5C5C. Windows color (decimal): -11377834 or 5661522. OLE color: 5661522.

HSL color Cylindrical-coordinate representation of color #526356: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526356 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB829986-
CMYK0.1700.130.61
HSL134.12º9.39%35.49%-
HSV(B)134.12º17.17%38.82%-
XYZ9.6211.3910.5-
YUV92.44124.37120.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=30.71%
G=37.08%
B=32.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299860.1700.130.61134.129.3935.49
Hex526356110D3D86923
Octal12214312621015752061143
Binary1010010110001110101101000101101111101100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526356; }

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

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

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

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

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

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

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

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