Shades of Sea Green #318B5D
Tints of Sea Green #318B5D
RGB
CMYK
RGB Variations
Color information
#318B5D (or 0x318B5D) is known color: Sea Green. HEX triplet: 31, 8B and 5D. RGB value is (49,139,93). Sum of RGB (Red+Green+Blue) = 49+139+93=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #318B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318B5D is #CE74A2. Grayscale: #6A6A6A. Windows color (decimal): -13530275 or 6130481. OLE color: 6130481.
HSL color Cylindrical-coordinate representation of color #318B5D: hue angle of 149.33º 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 #318B5D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 139 | 93 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.45 |
| HSL | 149.33º | 0.48% | 0.37% | - |
| HSV(B) | 149.33º | 0.65% | 0.55% | - |
| XYZ | 12.48 | 19.91 | 13.54 | - |
| YUV | 106.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 93 | 0.65 | 0 | 0.33 | 0.45 | 149.33 | 0.48 | 0.37 |
| Hex | 31 | 8B | 5D | 41 | 0 | 21 | 2D | 95 | 30 | 25 |
| Octal | 61 | 213 | 135 | 101 | 0 | 41 | 55 | 225 | 60 | 45 |
| Binary | 110001 | 10001011 | 1011101 | 1000001 | 0 | 100001 | 101101 | 10010101 | 110000 | 100101 |
Color Harmonies of #318B5D
Complementary color
Monochromatic Colors of #318B5D
Black with #318B5D
Text Example
Text Example
White with #318B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318B5D; }
p { color: rgb(49,139,93); }
H1.HeaderClassName
{
color: #318B5D;
}
.AnyTagClassName
{
color: #318B5D;
}
</style>
background-color css
<style>
a { background-color: #318B5D; }
a { background-color: rgb(49,139,93); }
div.DivClassName
{
background-color: #318B5D;
}
.BgClassName
{
background-color: #318B5D;
}
</style>
border-color css
<style>
span { border-color: #318B5D; }
span { border-color: rgb(49,139,93); }
td.TdClassName
{
border-color: #318B5D;
}
.TagClassName
{
border-color: #318B5D;
}
</style>