Shades of Sea Green #318852
Tints of Sea Green #318852
RGB
CMYK
RGB Variations
Color information
#318852 (or 0x318852) is known color: Sea Green. HEX triplet: 31, 88 and 52. RGB value is (49,136,82). Sum of RGB (Red+Green+Blue) = 49+136+82=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #318852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318852 is #CE77AD. Grayscale: #676767. Windows color (decimal): -13531054 or 5408817. OLE color: 5408817.
HSL color Cylindrical-coordinate representation of color #318852: hue angle of 142.76º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318852 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 82 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.47 |
| HSL | 142.76º | 0.47% | 0.36% | - |
| HSV(B) | 142.76º | 0.64% | 0.53% | - |
| XYZ | 11.59 | 18.87 | 11.01 | - |
| YUV | 103.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 82 | 0.64 | 0 | 0.40 | 0.47 | 142.76 | 0.47 | 0.36 |
| Hex | 31 | 88 | 52 | 40 | 0 | 28 | 2F | 8F | 2F | 24 |
| Octal | 61 | 210 | 122 | 100 | 0 | 50 | 57 | 217 | 57 | 44 |
| Binary | 110001 | 10001000 | 1010010 | 1000000 | 0 | 101000 | 101111 | 10001111 | 101111 | 100100 |
Color Harmonies of #318852
Complementary color
Monochromatic Colors of #318852
Black with #318852
Text Example
Text Example
White with #318852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318852; }
p { color: rgb(49,136,82); }
H1.HeaderClassName
{
color: #318852;
}
.AnyTagClassName
{
color: #318852;
}
</style>
background-color css
<style>
a { background-color: #318852; }
a { background-color: rgb(49,136,82); }
div.DivClassName
{
background-color: #318852;
}
.BgClassName
{
background-color: #318852;
}
</style>
border-color css
<style>
span { border-color: #318852; }
span { border-color: rgb(49,136,82); }
td.TdClassName
{
border-color: #318852;
}
.TagClassName
{
border-color: #318852;
}
</style>