#536959

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

Shades of Mineral Green #536959

Tints of Mineral Green #536959

Color information

#536959 (or 0x536959) is unknown color: approx Mineral Green. HEX triplet: 53, 69 and 59. RGB value is (83,105,89). Sum of RGB (Red+Green+Blue) = 83+105+89=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #536959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536959 is #AC96A6. Grayscale: #606060. Windows color (decimal): -11310759 or 5859667. OLE color: 5859667.

HSL color Cylindrical-coordinate representation of color #536959: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536959 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB8310589-
CMYK0.2100.150.59
HSL136.36º11.7%36.86%-
HSV(B)136.36º20.95%41.18%-
XYZ10.4212.6611.35-
YUV96.6123.71118.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=29.96%
G=37.91%
B=32.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105890.2100.150.59136.3611.736.86
Hex536959150F3B88c25
Octal12315113125017732101445
Binary1010011110100110110011010101111111011100010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536959; }

 p { color: rgb(83,105,89); }

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

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

 a { background-color: rgb(83,105,89); }

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

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

 span { border-color: rgb(83,105,89); }

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