#526354

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

Shades of Mineral Green #526354

Tints of Mineral Green #526354

Color information

#526354 (or 0x526354) is unknown color: approx Mineral Green. HEX triplet: 52, 63 and 54. RGB value is (82,99,84). Sum of RGB (Red+Green+Blue) = 82+99+84=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #526354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526354 is #AD9CAB. Grayscale: #5C5C5C. Windows color (decimal): -11377836 or 5530450. OLE color: 5530450.

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

Color convert

RGB829984-
CMYK0.1700.150.61
HSL127.06º9.39%35.49%-
HSV(B)127.06º17.17%38.82%-
XYZ9.5411.3610.08-
YUV92.21123.37120.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=30.94%
G=37.36%
B=31.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299840.1700.150.61127.069.3935.49
Hex526354110F3D7f923
Octal12214312421017751771143
Binary101001011000111010100100010111111110111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526354; }

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

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

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

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

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

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

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

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