#536757

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

Shades of Mineral Green #536757

Tints of Mineral Green #536757

Color information

#536757 (or 0x536757) is unknown color: approx Mineral Green. HEX triplet: 53, 67 and 57. RGB value is (83,103,87). Sum of RGB (Red+Green+Blue) = 83+103+87=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #536757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536757 is #AC98A8. Grayscale: #5F5F5F. Windows color (decimal): -11311273 or 5728083. OLE color: 5728083.

HSL color Cylindrical-coordinate representation of color #536757: hue angle of 132º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536757 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB8310387-
CMYK0.1900.160.60
HSL132º10.75%36.47%-
HSV(B)132º19.42%40.39%-
XYZ10.1412.2310.84-
YUV95.2123.37119.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=30.40%
G=37.73%
B=31.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103870.1900.160.6013210.7536.47
Hex536757130103C84b24
Octal12314712723020742041344
Binary10100111100111101011110011010000111100100001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536757; }

 p { color: rgb(83,103,87); }

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

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

 a { background-color: rgb(83,103,87); }

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

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

 span { border-color: rgb(83,103,87); }

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