#31B392

Color #31B392 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #31B392

Tints of Niagara #31B392

Color information

#31B392 (or 0x31B392) is unknown color: approx Niagara. HEX triplet: 31, B3 and 92. RGB value is (49,179,146). Sum of RGB (Red+Green+Blue) = 49+179+146=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #31B392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B392 is #CE4C6D. Grayscale: #888888. Windows color (decimal): -13519982 or 9614129. OLE color: 9614129.

HSL color Cylindrical-coordinate representation of color #31B392: hue angle of 164.77º 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 #31B392 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB49179146-
CMYK0.7300.180.30
HSL164.77º57.02%44.71%-
HSV(B)164.77º72.63%70.2%-
XYZ22.5834.9732.75-
YUV136.37133.4365.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=13.10%
G=47.86%
B=39.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491791460.7300.180.30164.7757.0244.71
Hex31B392490121Ea5392d
Octal61263222111022362457155
Binary110001101100111001001010010010100101111010100101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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