Shades of Sea Green #318A4A
Tints of Sea Green #318A4A
RGB
CMYK
RGB Variations
Color information
#318A4A (or 0x318A4A) is known color: Sea Green. HEX triplet: 31, 8A and 4A. RGB value is (49,138,74). Sum of RGB (Red+Green+Blue) = 49+138+74=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #318A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A4A is #CE75B5. Grayscale: #686868. Windows color (decimal): -13530550 or 4885041. OLE color: 4885041.
HSL color Cylindrical-coordinate representation of color #318A4A: hue angle of 136.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A4A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 138 | 74 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.46 |
| HSL | 136.85º | 0.48% | 0.37% | - |
| HSV(B) | 136.85º | 0.64% | 0.54% | - |
| XYZ | 11.59 | 19.32 | 9.6 | - |
| YUV | 104.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 74 | 0.64 | 0 | 0.46 | 0.46 | 136.85 | 0.48 | 0.37 |
| Hex | 31 | 8A | 4A | 40 | 0 | 2E | 2E | 89 | 30 | 25 |
| Octal | 61 | 212 | 112 | 100 | 0 | 56 | 56 | 211 | 60 | 45 |
| Binary | 110001 | 10001010 | 1001010 | 1000000 | 0 | 101110 | 101110 | 10001001 | 110000 | 100101 |
Color Harmonies of #318A4A
Complementary color
Monochromatic Colors of #318A4A
Black with #318A4A
Text Example
Text Example
White with #318A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A4A; }
p { color: rgb(49,138,74); }
H1.HeaderClassName
{
color: #318A4A;
}
.AnyTagClassName
{
color: #318A4A;
}
</style>
background-color css
<style>
a { background-color: #318A4A; }
a { background-color: rgb(49,138,74); }
div.DivClassName
{
background-color: #318A4A;
}
.BgClassName
{
background-color: #318A4A;
}
</style>
border-color css
<style>
span { border-color: #318A4A; }
span { border-color: rgb(49,138,74); }
td.TdClassName
{
border-color: #318A4A;
}
.TagClassName
{
border-color: #318A4A;
}
</style>