Html Css Color HEX #316D56 Stromboli

📋 copy color: '#316D56'

red 49 ◦ green 109 ◦ blue 86

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

Shades of Stromboli #316D56

Tints of Stromboli #316D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 20.08%
G = 44.67%
B = 35.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#316D56 (or 0x316D56) is known color: Stromboli. HEX triplet: 31, 6D and 56. RGB value is (49,109,86). Sum of RGB (Red+Green+Blue) = 49+109+86=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #316D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D56 is #CE92A9. Grayscale: #585858. Windows color (decimal): -13537962 or 5664049. OLE color: 5664049.

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

Color convert

RGB 49 109 86 -
CMYK 0.55 0 0.21 0.57
HSL 157º 0.38% 0.31% -
HSV(B) 157º 0.55% 0.43% -
XYZ 8.41 12.26 10.73 -
YUV 88.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 49 109 86 0.55 0 0.21 0.57 157 0.38 0.31
Hex 31 6D 56 37 0 15 39 9D 26 1F
Octal 61 155 126 67 0 25 71 235 46 37
Binary 110001 1101101 1010110 110111 0 10101 111001 10011101 100110 11111

Color Harmonies of #316D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D56

Black with #316D56

Text Example


Text Example

White with #316D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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