#536856

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

Shades of Mineral Green #536856

Tints of Mineral Green #536856

Color information

#536856 (or 0x536856) is unknown color: approx Mineral Green. HEX triplet: 53, 68 and 56. RGB value is (83,104,86). Sum of RGB (Red+Green+Blue) = 83+104+86=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #536856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536856 is #AC97A9. Grayscale: #5F5F5F. Windows color (decimal): -11311018 or 5662803. OLE color: 5662803.

HSL color Cylindrical-coordinate representation of color #536856: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536856 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8310486-
CMYK0.2000.170.59
HSL128.57º11.23%36.67%-
HSV(B)128.57º20.19%40.78%-
XYZ10.212.4110.66-
YUV95.67122.54118.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=30.40%
G=38.10%
B=31.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104860.2000.170.59128.5711.2336.67
Hex536856140113B81b25
Octal12315012624021732011345
Binary10100111101000101011010100010001111011100000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536856; }

 p { color: rgb(83,104,86); }

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

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

 a { background-color: rgb(83,104,86); }

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

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

 span { border-color: rgb(83,104,86); }

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