Shades of Sea Green #318A54
Tints of Sea Green #318A54
RGB
CMYK
RGB Variations
Color information
#318A54 (or 0x318A54) is known color: Sea Green. HEX triplet: 31, 8A and 54. RGB value is (49,138,84). Sum of RGB (Red+Green+Blue) = 49+138+84=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #318A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A54 is #CE75AB. Grayscale: #696969. Windows color (decimal): -13530540 or 5540401. OLE color: 5540401.
HSL color Cylindrical-coordinate representation of color #318A54: hue angle of 143.6º 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 #318A54 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 138 | 84 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.46 |
| HSL | 143.6º | 0.48% | 0.37% | - |
| HSV(B) | 143.6º | 0.64% | 0.54% | - |
| XYZ | 11.96 | 19.47 | 11.52 | - |
| YUV | 105.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 84 | 0.64 | 0 | 0.39 | 0.46 | 143.6 | 0.48 | 0.37 |
| Hex | 31 | 8A | 54 | 40 | 0 | 27 | 2E | 90 | 30 | 25 |
| Octal | 61 | 212 | 124 | 100 | 0 | 47 | 56 | 220 | 60 | 45 |
| Binary | 110001 | 10001010 | 1010100 | 1000000 | 0 | 100111 | 101110 | 10010000 | 110000 | 100101 |
Color Harmonies of #318A54
Complementary color
Monochromatic Colors of #318A54
Black with #318A54
Text Example
Text Example
White with #318A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A54; }
p { color: rgb(49,138,84); }
H1.HeaderClassName
{
color: #318A54;
}
.AnyTagClassName
{
color: #318A54;
}
</style>
background-color css
<style>
a { background-color: #318A54; }
a { background-color: rgb(49,138,84); }
div.DivClassName
{
background-color: #318A54;
}
.BgClassName
{
background-color: #318A54;
}
</style>
border-color css
<style>
span { border-color: #318A54; }
span { border-color: rgb(49,138,84); }
td.TdClassName
{
border-color: #318A54;
}
.TagClassName
{
border-color: #318A54;
}
</style>