#526655

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

Shades of Mineral Green #526655

Tints of Mineral Green #526655

Color information

#526655 (or 0x526655) is unknown color: approx Mineral Green. HEX triplet: 52, 66 and 55. RGB value is (82,102,85). Sum of RGB (Red+Green+Blue) = 82+102+85=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #526655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526655 is #AD99AA. Grayscale: #5E5E5E. Windows color (decimal): -11377067 or 5596754. OLE color: 5596754.

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

Color convert

RGB8210285-
CMYK0.2000.170.6
HSL129º10.87%36.08%-
HSV(B)129º19.61%40%-
XYZ9.8711.9510.38-
YUV94.08122.87119.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=30.48%
G=37.92%
B=31.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102850.2000.170.612910.8736.08
Hex526655140113C81b24
Octal12214612524021742011344
Binary10100101100110101010110100010001111100100000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526655; }

 p { color: rgb(82,102,85); }

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

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

 a { background-color: rgb(82,102,85); }

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

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

 span { border-color: rgb(82,102,85); }

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