#526357

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

Shades of Mineral Green #526357

Tints of Mineral Green #526357

Color information

#526357 (or 0x526357) is unknown color: approx Mineral Green. HEX triplet: 52, 63 and 57. RGB value is (82,99,87). Sum of RGB (Red+Green+Blue) = 82+99+87=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #526357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526357 is #AD9CA8. Grayscale: #5C5C5C. Windows color (decimal): -11377833 or 5727058. OLE color: 5727058.

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

Color convert

RGB829987-
CMYK0.1700.120.61
HSL137.65º9.39%35.49%-
HSV(B)137.65º17.17%38.82%-
XYZ9.6611.4110.71-
YUV92.55124.87120.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=30.60%
G=36.94%
B=32.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299870.1700.120.61137.659.3935.49
Hex526357110C3D8a923
Octal12214312721014752121143
Binary1010010110001110101111000101100111101100010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526357; }

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

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

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

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

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

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

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

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