Shades of Sea Green #318C4B
Tints of Sea Green #318C4B
RGB
CMYK
RGB Variations
Color information
#318C4B (or 0x318C4B) is known color: Sea Green. HEX triplet: 31, 8C and 4B. RGB value is (49,140,75). Sum of RGB (Red+Green+Blue) = 49+140+75=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #318C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C4B is #CE73B4. Grayscale: #696969. Windows color (decimal): -13530037 or 4951089. OLE color: 4951089.
HSL color Cylindrical-coordinate representation of color #318C4B: hue angle of 137.14º 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 #318C4B is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 75 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.45 |
| HSL | 137.14º | 0.48% | 0.37% | - |
| HSV(B) | 137.14º | 0.65% | 0.55% | - |
| XYZ | 11.91 | 19.92 | 9.87 | - |
| YUV | 105.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 75 | 0.65 | 0 | 0.46 | 0.45 | 137.14 | 0.48 | 0.37 |
| Hex | 31 | 8C | 4B | 41 | 0 | 2E | 2D | 89 | 30 | 25 |
| Octal | 61 | 214 | 113 | 101 | 0 | 56 | 55 | 211 | 60 | 45 |
| Binary | 110001 | 10001100 | 1001011 | 1000001 | 0 | 101110 | 101101 | 10001001 | 110000 | 100101 |
Color Harmonies of #318C4B
Complementary color
Monochromatic Colors of #318C4B
Black with #318C4B
Text Example
Text Example
White with #318C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C4B; }
p { color: rgb(49,140,75); }
H1.HeaderClassName
{
color: #318C4B;
}
.AnyTagClassName
{
color: #318C4B;
}
</style>
background-color css
<style>
a { background-color: #318C4B; }
a { background-color: rgb(49,140,75); }
div.DivClassName
{
background-color: #318C4B;
}
.BgClassName
{
background-color: #318C4B;
}
</style>
border-color css
<style>
span { border-color: #318C4B; }
span { border-color: rgb(49,140,75); }
td.TdClassName
{
border-color: #318C4B;
}
.TagClassName
{
border-color: #318C4B;
}
</style>