Shades of Sea Green #318E4A
Tints of Sea Green #318E4A
RGB
CMYK
RGB Variations
Color information
#318E4A (or 0x318E4A) is known color: Sea Green. HEX triplet: 31, 8E and 4A. RGB value is (49,142,74). Sum of RGB (Red+Green+Blue) = 49+142+74=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #318E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E4A is #CE71B5. Grayscale: #6A6A6A. Windows color (decimal): -13529526 or 4886065. OLE color: 4886065.
HSL color Cylindrical-coordinate representation of color #318E4A: hue angle of 136.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E4A is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 74 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.44 |
| HSL | 136.13º | 0.49% | 0.37% | - |
| HSV(B) | 136.13º | 0.65% | 0.56% | - |
| XYZ | 12.18 | 20.49 | 9.79 | - |
| YUV | 106.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 74 | 0.65 | 0 | 0.48 | 0.44 | 136.13 | 0.49 | 0.37 |
| Hex | 31 | 8E | 4A | 41 | 0 | 30 | 2C | 88 | 31 | 25 |
| Octal | 61 | 216 | 112 | 101 | 0 | 60 | 54 | 210 | 61 | 45 |
| Binary | 110001 | 10001110 | 1001010 | 1000001 | 0 | 110000 | 101100 | 10001000 | 110001 | 100101 |
Color Harmonies of #318E4A
Complementary color
Monochromatic Colors of #318E4A
Black with #318E4A
Text Example
Text Example
White with #318E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E4A; }
p { color: rgb(49,142,74); }
H1.HeaderClassName
{
color: #318E4A;
}
.AnyTagClassName
{
color: #318E4A;
}
</style>
background-color css
<style>
a { background-color: #318E4A; }
a { background-color: rgb(49,142,74); }
div.DivClassName
{
background-color: #318E4A;
}
.BgClassName
{
background-color: #318E4A;
}
</style>
border-color css
<style>
span { border-color: #318E4A; }
span { border-color: rgb(49,142,74); }
td.TdClassName
{
border-color: #318E4A;
}
.TagClassName
{
border-color: #318E4A;
}
</style>