Html Css Color HEX #316D58 Stromboli

📋 copy color: '#316D58'

red 49 ◦ green 109 ◦ blue 88

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

Shades of Stromboli #316D58

Tints of Stromboli #316D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 19.92%
G = 44.31%
B = 35.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#316D58 (or 0x316D58) is known color: Stromboli. HEX triplet: 31, 6D and 58. RGB value is (49,109,88). Sum of RGB (Red+Green+Blue) = 49+109+88=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #316D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D58 is #CE92A7. Grayscale: #585858. Windows color (decimal): -13537960 or 5795121. OLE color: 5795121.

HSL color Cylindrical-coordinate representation of color #316D58: hue angle of 159º 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 #316D58 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 109 88 -
CMYK 0.55 0 0.19 0.57
HSL 159º 0.38% 0.31% -
HSV(B) 159º 0.55% 0.43% -
XYZ 8.5 12.29 11.16 -
YUV 88.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 49 109 88 0.55 0 0.19 0.57 159 0.38 0.31
Hex 31 6D 58 37 0 13 39 9F 26 1F
Octal 61 155 130 67 0 23 71 237 46 37
Binary 110001 1101101 1011000 110111 0 10011 111001 10011111 100110 11111

Color Harmonies of #316D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D58

Black with #316D58

Text Example


Text Example

White with #316D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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