#536256

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

Shades of Mineral Green #536256

Tints of Mineral Green #536256

Color information

#536256 (or 0x536256) is unknown color: approx Mineral Green. HEX triplet: 53, 62 and 56. RGB value is (83,98,86). Sum of RGB (Red+Green+Blue) = 83+98+86=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #536256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536256 is #AC9DA9. Grayscale: #5C5C5C. Windows color (decimal): -11312554 or 5661267. OLE color: 5661267.

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

Color convert

RGB839886-
CMYK0.1500.120.62
HSL132º8.29%35.49%-
HSV(B)132º15.31%38.43%-
XYZ9.6111.2510.47-
YUV92.15124.53121.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=31.09%
G=36.70%
B=32.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398860.1500.120.621328.2935.49
Hex536256F0C3E84823
Octal12314212617014762041043
Binary101001111000101010110111101100111110100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536256; }

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

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

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

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

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

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

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

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