#31B364

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

Shades of Medium Sea Green #31B364

Tints of Medium Sea Green #31B364

Color information

#31B364 (or 0x31B364) is unknown color: approx Medium Sea Green. HEX triplet: 31, B3 and 64. RGB value is (49,179,100). Sum of RGB (Red+Green+Blue) = 49+179+100=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #31B364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B364 is #CE4C9B. Grayscale: #838383. Windows color (decimal): -13520028 or 6599473. OLE color: 6599473.

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

Color convert

RGB49179100-
CMYK0.7300.440.30
HSL143.54º57.02%44.71%-
HSV(B)143.54º72.63%70.2%-
XYZ19.6933.8117.55-
YUV131.12110.4369.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 179 (70.31% from 255) = 54.57%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=14.94%
G=54.57%
B=30.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491791000.7300.440.30143.5457.0244.71
Hex31B3644902C1E90392d
Octal61263144111054362207155
Binary110001101100111100100100100101011001111010010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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