#31A291

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

Shades of Niagara #31A291

Tints of Niagara #31A291

Color information

#31A291 (or 0x31A291) is unknown color: approx Niagara. HEX triplet: 31, A2 and 91. RGB value is (49,162,145). Sum of RGB (Red+Green+Blue) = 49+162+145=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #31A291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A291 is #CE5D6E. Grayscale: #7E7E7E. Windows color (decimal): -13524335 or 9544241. OLE color: 9544241.

HSL color Cylindrical-coordinate representation of color #31A291: hue angle of 170.97º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A291 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB49162145-
CMYK0.7000.100.36
HSL170.97º53.55%41.37%-
HSV(B)170.97º69.75%63.53%-
XYZ19.328.5431.28-
YUV126.28138.5672.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.76%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=13.76%
G=45.51%
B=40.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621450.7000.100.36170.9753.5541.37
Hex31A291460A24ab3629
Octal61242221106012442536651
Binary110001101000101001000110001100101010010010101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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