#31B45C

Color #31B45C Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31B45C

Tints of Medium Sea Green #31B45C

Color information

#31B45C (or 0x31B45C) is unknown color: approx Medium Sea Green. HEX triplet: 31, B4 and 5C. RGB value is (49,180,92). Sum of RGB (Red+Green+Blue) = 49+180+92=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #31B45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B45C is #CE4BA3. Grayscale: #838383. Windows color (decimal): -13519780 or 6075441. OLE color: 6075441.

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

Color convert

RGB4918092-
CMYK0.7300.490.29
HSL139.69º57.21%44.9%-
HSV(B)139.69º72.78%70.59%-
XYZ19.5234.0715.67-
YUV130.8106.169.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=15.26%
G=56.07%
B=28.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49180920.7300.490.29139.6957.2144.9
Hex31B45C490311D8c392d
Octal61264134111061352147155
Binary110001101101001011100100100101100011110110001100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,92); }

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

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

 a { background-color: rgb(49,180,92); }

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

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

 span { border-color: rgb(49,180,92); }

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