#526758

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

Shades of Mineral Green #526758

Tints of Mineral Green #526758

Color information

#526758 (or 0x526758) is unknown color: approx Mineral Green. HEX triplet: 52, 67 and 58. RGB value is (82,103,88). Sum of RGB (Red+Green+Blue) = 82+103+88=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #526758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526758 is #AD98A7. Grayscale: #5F5F5F. Windows color (decimal): -11376808 or 5793618. OLE color: 5793618.

HSL color Cylindrical-coordinate representation of color #526758: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526758 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB8210388-
CMYK0.2000.150.60
HSL137.14º11.35%36.27%-
HSV(B)137.14º20.39%40.39%-
XYZ10.0912.211.06-
YUV95.01124.04118.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=30.04%
G=37.73%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103880.2000.150.60137.1411.3536.27
Hex526758140F3C89b24
Octal12214713024017742111344
Binary1010010110011110110001010001111111100100010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526758; }

 p { color: rgb(82,103,88); }

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

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

 a { background-color: rgb(82,103,88); }

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

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

 span { border-color: rgb(82,103,88); }

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