#537362

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

Shades of Como #537362

Tints of Como #537362

Color information

#537362 (or 0x537362) is unknown color: approx Como. HEX triplet: 53, 73 and 62. RGB value is (83,115,98). Sum of RGB (Red+Green+Blue) = 83+115+98=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #537362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537362 is #AC8C9D. Grayscale: #676767. Windows color (decimal): -11308190 or 6452051. OLE color: 6452051.

HSL color Cylindrical-coordinate representation of color #537362: hue angle of 148.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537362 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8311598-
CMYK0.2800.150.55
HSL148.12º16.16%38.82%-
HSV(B)148.12º27.83%45.1%-
XYZ11.914.9813.82-
YUV103.49124.9113.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=28.04%
G=38.85%
B=33.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115980.2800.150.55148.1216.1638.82
Hex5373621C0F37941027
Octal12316314234017672242047
Binary10100111110011110001011100011111101111001010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537362; }

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

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

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

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

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

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

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

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