#316F59

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

Shades of Stromboli #316F59

Tints of Stromboli #316F59

Color information

#316F59 (or 0x316F59) is unknown color: approx Stromboli. HEX triplet: 31, 6F and 59. RGB value is (49,111,89). Sum of RGB (Red+Green+Blue) = 49+111+89=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #316F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F59 is #CE90A6. Grayscale: #595959. Windows color (decimal): -13537447 or 5861169. OLE color: 5861169.

HSL color Cylindrical-coordinate representation of color #316F59: hue angle of 158.71º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F59 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB4911189-
CMYK0.5600.200.56
HSL158.71º38.75%31.37%-
HSV(B)158.71º55.86%43.53%-
XYZ8.7512.7411.45-
YUV89.95127.4698.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=19.68%
G=44.58%
B=35.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111890.5600.200.56158.7138.7531.37
Hex316F5938014389f271f
Octal6115713170024702374737
Binary110001110111110110011110000101001110001001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,89); }

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

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

 a { background-color: rgb(49,111,89); }

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

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

 span { border-color: rgb(49,111,89); }

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