#52685B

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

Shades of Mineral Green #52685B

Tints of Mineral Green #52685B

Color information

#52685B (or 0x52685B) is unknown color: approx Mineral Green. HEX triplet: 52, 68 and 5B. RGB value is (82,104,91). Sum of RGB (Red+Green+Blue) = 82+104+91=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #52685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685B is #AD97A4. Grayscale: #5F5F5F. Windows color (decimal): -11376549 or 5990482. OLE color: 5990482.

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

Color convert

RGB8210491-
CMYK0.2100.120.59
HSL144.55º11.83%36.47%-
HSV(B)144.55º21.15%40.78%-
XYZ10.3212.4511.76-
YUV95.94125.21118.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=29.60%
G=37.55%
B=32.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104910.2100.120.59144.5511.8336.47
Hex52685B150C3B91c24
Octal12215013325014732211444
Binary1010010110100010110111010101100111011100100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52685B; }

 p { color: rgb(82,104,91); }

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

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

 a { background-color: rgb(82,104,91); }

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

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

 span { border-color: rgb(82,104,91); }

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