Shades of Sea Green #318952
Tints of Sea Green #318952
RGB
CMYK
RGB Variations
Color information
#318952 (or 0x318952) is known color: Sea Green. HEX triplet: 31, 89 and 52. RGB value is (49,137,82). Sum of RGB (Red+Green+Blue) = 49+137+82=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #318952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318952 is #CE76AD. Grayscale: #686868. Windows color (decimal): -13530798 or 5409073. OLE color: 5409073.
HSL color Cylindrical-coordinate representation of color #318952: hue angle of 142.5º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318952 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 82 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.46 |
| HSL | 142.5º | 0.47% | 0.36% | - |
| HSV(B) | 142.5º | 0.64% | 0.54% | - |
| XYZ | 11.74 | 19.15 | 11.06 | - |
| YUV | 104.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 82 | 0.64 | 0 | 0.40 | 0.46 | 142.5 | 0.47 | 0.36 |
| Hex | 31 | 89 | 52 | 40 | 0 | 28 | 2E | 8E | 2F | 24 |
| Octal | 61 | 211 | 122 | 100 | 0 | 50 | 56 | 216 | 57 | 44 |
| Binary | 110001 | 10001001 | 1010010 | 1000000 | 0 | 101000 | 101110 | 10001110 | 101111 | 100100 |
Color Harmonies of #318952
Complementary color
Monochromatic Colors of #318952
Black with #318952
Text Example
Text Example
White with #318952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318952; }
p { color: rgb(49,137,82); }
H1.HeaderClassName
{
color: #318952;
}
.AnyTagClassName
{
color: #318952;
}
</style>
background-color css
<style>
a { background-color: #318952; }
a { background-color: rgb(49,137,82); }
div.DivClassName
{
background-color: #318952;
}
.BgClassName
{
background-color: #318952;
}
</style>
border-color css
<style>
span { border-color: #318952; }
span { border-color: rgb(49,137,82); }
td.TdClassName
{
border-color: #318952;
}
.TagClassName
{
border-color: #318952;
}
</style>