#316C58

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

Shades of Stromboli #316C58

Tints of Stromboli #316C58

Color information

#316C58 (or 0x316C58) is unknown color: approx Stromboli. HEX triplet: 31, 6C and 58. RGB value is (49,108,88). Sum of RGB (Red+Green+Blue) = 49+108+88=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #316C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C58 is #CE93A7. Grayscale: #585858. Windows color (decimal): -13538216 or 5794865. OLE color: 5794865.

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

Color convert

RGB4910888-
CMYK0.5500.190.58
HSL159.66º37.58%30.78%-
HSV(B)159.66º54.63%42.35%-
XYZ8.3912.0811.12-
YUV88.08127.95100.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 44.08%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=20%
G=44.08%
B=35.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108880.5500.190.58159.6637.5830.78
Hex316C58370133Aa0261f
Octal6115413067023722404637
Binary110001110110010110001101110100111110101010000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,88); }

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

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

 a { background-color: rgb(49,108,88); }

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

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

 span { border-color: rgb(49,108,88); }

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