#31B360

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

Shades of Medium Sea Green #31B360

Tints of Medium Sea Green #31B360

Color information

#31B360 (or 0x31B360) is unknown color: approx Medium Sea Green. HEX triplet: 31, B3 and 60. RGB value is (49,179,96). Sum of RGB (Red+Green+Blue) = 49+179+96=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #31B360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B360 is #CE4C9F. Grayscale: #828282. Windows color (decimal): -13520032 or 6337329. OLE color: 6337329.

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

Color convert

RGB4917996-
CMYK0.7300.460.30
HSL141.69º57.02%44.71%-
HSV(B)141.69º72.63%70.2%-
XYZ19.533.7416.55-
YUV130.67108.4369.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 179 (70.31% from 255) = 55.25%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=15.12%
G=55.25%
B=29.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179960.7300.460.30141.6957.0244.71
Hex31B3604902E1E8e392d
Octal61263140111056362167155
Binary110001101100111100000100100101011101111010001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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