#316E57

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

Shades of Stromboli #316E57

Tints of Stromboli #316E57

Color information

#316E57 (or 0x316E57) is unknown color: approx Stromboli. HEX triplet: 31, 6E and 57. RGB value is (49,110,87). Sum of RGB (Red+Green+Blue) = 49+110+87=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #316E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E57 is #CE91A8. Grayscale: #595959. Windows color (decimal): -13537705 or 5729841. OLE color: 5729841.

HSL color Cylindrical-coordinate representation of color #316E57: hue angle of 157.38º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E57 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB4911087-
CMYK0.5500.210.57
HSL157.38º38.36%31.18%-
HSV(B)157.38º55.45%43.14%-
XYZ8.5612.4910.98-
YUV89.14126.7999.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=19.92%
G=44.72%
B=35.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49110870.5500.210.57157.3838.3631.18
Hex316E5737015399d261f
Octal6115612767025712354637
Binary110001110111010101111101110101011110011001110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316E57; }

 p { color: rgb(49,110,87); }

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

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

 a { background-color: rgb(49,110,87); }

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

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

 span { border-color: rgb(49,110,87); }

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