Html Css Color HEX #316F57 Stromboli

📋 copy color: '#316F57'

red 49 ◦ green 111 ◦ blue 87

#316F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #316F57

Tints of Stromboli #316F57

RGB

 RED value IS 49 (19.53% from 255) = 19.84%

 GREEN value IS 111 (43.75% from 255) = 44.94%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 19.84%
G = 44.94%
B = 35.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#316F57 (or 0x316F57) is known color: Stromboli. HEX triplet: 31, 6F and 57. RGB value is (49,111,87). Sum of RGB (Red+Green+Blue) = 49+111+87=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #316F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F57 is #CE90A8. Grayscale: #595959. Windows color (decimal): -13537449 or 5730097. OLE color: 5730097.

HSL color Cylindrical-coordinate representation of color #316F57: hue angle of 156.77º 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 #316F57 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 87 -
CMYK 0.56 0 0.22 0.56
HSL 156.77º 0.39% 0.31% -
HSV(B) 156.77º 0.56% 0.44% -
XYZ 8.67 12.71 11.01 -
YUV 89.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 49 111 87 0.56 0 0.22 0.56 156.77 0.39 0.31
Hex 31 6F 57 38 0 16 38 9D 27 1F
Octal 61 157 127 70 0 26 70 235 47 37
Binary 110001 1101111 1010111 111000 0 10110 111000 10011101 100111 11111

Color Harmonies of #316F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F57

Black with #316F57

Text Example


Text Example

White with #316F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #316F57;
 }
 .AnyTagClassName
 {
   color: #316F57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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