Shades of Sea Green #318C5D
Tints of Sea Green #318C5D
RGB
CMYK
RGB Variations
Color information
#318C5D (or 0x318C5D) is known color: Sea Green. HEX triplet: 31, 8C and 5D. RGB value is (49,140,93). Sum of RGB (Red+Green+Blue) = 49+140+93=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #318C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C5D is #CE73A2. Grayscale: #6B6B6B. Windows color (decimal): -13530019 or 6130737. OLE color: 6130737.
HSL color Cylindrical-coordinate representation of color #318C5D: hue angle of 149.01º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C5D is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 93 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.45 |
| HSL | 149.01º | 0.48% | 0.37% | - |
| HSV(B) | 149.01º | 0.65% | 0.55% | - |
| XYZ | 12.62 | 20.2 | 13.59 | - |
| YUV | 107.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 93 | 0.65 | 0 | 0.34 | 0.45 | 149.01 | 0.48 | 0.37 |
| Hex | 31 | 8C | 5D | 41 | 0 | 22 | 2D | 95 | 30 | 25 |
| Octal | 61 | 214 | 135 | 101 | 0 | 42 | 55 | 225 | 60 | 45 |
| Binary | 110001 | 10001100 | 1011101 | 1000001 | 0 | 100010 | 101101 | 10010101 | 110000 | 100101 |
Color Harmonies of #318C5D
Complementary color
Monochromatic Colors of #318C5D
Black with #318C5D
Text Example
Text Example
White with #318C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C5D; }
p { color: rgb(49,140,93); }
H1.HeaderClassName
{
color: #318C5D;
}
.AnyTagClassName
{
color: #318C5D;
}
</style>
background-color css
<style>
a { background-color: #318C5D; }
a { background-color: rgb(49,140,93); }
div.DivClassName
{
background-color: #318C5D;
}
.BgClassName
{
background-color: #318C5D;
}
</style>
border-color css
<style>
span { border-color: #318C5D; }
span { border-color: rgb(49,140,93); }
td.TdClassName
{
border-color: #318C5D;
}
.TagClassName
{
border-color: #318C5D;
}
</style>