#536658

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

Shades of Mineral Green #536658

Tints of Mineral Green #536658

Color information

#536658 (or 0x536658) is unknown color: approx Mineral Green. HEX triplet: 53, 66 and 58. RGB value is (83,102,88). Sum of RGB (Red+Green+Blue) = 83+102+88=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #536658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536658 is #AC99A7. Grayscale: #5E5E5E. Windows color (decimal): -11311528 or 5793363. OLE color: 5793363.

HSL color Cylindrical-coordinate representation of color #536658: hue angle of 135.79º degrees, saturation: 0.1, 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 #536658 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB8310288-
CMYK0.1900.140.6
HSL135.79º10.27%36.27%-
HSV(B)135.79º18.63%40%-
XYZ10.0812.0511.03-
YUV94.72124.21119.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=30.40%
G=37.36%
B=32.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102880.1900.140.6135.7910.2736.27
Hex536658130E3C88a24
Octal12314613023016742101244
Binary1010011110011010110001001101110111100100010001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536658; }

 p { color: rgb(83,102,88); }

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

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

 a { background-color: rgb(83,102,88); }

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

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

 span { border-color: rgb(83,102,88); }

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