Html Css Color HEX #31B391 Niagara

📋 copy color: '#31B391'

red 49 ◦ green 179 ◦ blue 145

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

Shades of Niagara #31B391

Tints of Niagara #31B391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 13.14%
G = 47.99%
B = 38.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#31B391 (or 0x31B391) is known color: Niagara. HEX triplet: 31, B3 and 91. RGB value is (49,179,145). Sum of RGB (Red+Green+Blue) = 49+179+145=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #31B391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B391 is #CE4C6E. Grayscale: #888888. Windows color (decimal): -13519983 or 9548593. OLE color: 9548593.

HSL color Cylindrical-coordinate representation of color #31B391: hue angle of 164.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B391 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 179 145 -
CMYK 0.73 0 0.19 0.30
HSL 164.31º 0.57% 0.45% -
HSV(B) 164.31º 0.73% 0.7% -
XYZ 22.5 34.94 32.35 -
YUV 136.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 49 179 145 0.73 0 0.19 0.30 164.31 0.57 0.45
Hex 31 B3 91 49 0 13 1E A4 39 2D
Octal 61 263 221 111 0 23 36 244 71 55
Binary 110001 10110011 10010001 1001001 0 10011 11110 10100100 111001 101101

Color Harmonies of #31B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B391

Black with #31B391

Text Example


Text Example

White with #31B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31B391; }

 p { color: rgb(49,179,145); }

 H1.HeaderClassName
 {
   color: #31B391;
 }
 .AnyTagClassName
 {
   color: #31B391;
 }
</style>

background-color css

<style>
 a { background-color: #31B391; }

 a { background-color: rgb(49,179,145); }

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

border-color css

<style>
 span { border-color: #31B391; }

 span { border-color: rgb(49,179,145); }

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