#526154

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

Shades of Mineral Green #526154

Tints of Mineral Green #526154

Color information

#526154 (or 0x526154) is unknown color: approx Mineral Green. HEX triplet: 52, 61 and 54. RGB value is (82,97,84). Sum of RGB (Red+Green+Blue) = 82+97+84=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #526154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526154 is #AD9EAB. Grayscale: #5B5B5B. Windows color (decimal): -11378348 or 5529938. OLE color: 5529938.

HSL color Cylindrical-coordinate representation of color #526154: hue angle of 128º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526154 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB829784-
CMYK0.1500.130.62
HSL128º8.38%35.1%-
HSV(B)128º15.46%38.04%-
XYZ9.3510.9810.01-
YUV91.03124.03121.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=31.18%
G=36.88%
B=31.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297840.1500.130.621288.3835.1
Hex526154F0D3E80823
Octal12214112417015762001043
Binary101001011000011010100111101101111110100000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526154; }

 p { color: rgb(82,97,84); }

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

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

 a { background-color: rgb(82,97,84); }

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

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

 span { border-color: rgb(82,97,84); }

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