Shades of Sea Green #319256
Tints of Sea Green #319256
RGB
CMYK
RGB Variations
Color information
#319256 (or 0x319256) is known color: Sea Green. HEX triplet: 31, 92 and 56. RGB value is (49,146,86). Sum of RGB (Red+Green+Blue) = 49+146+86=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #319256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319256 is #CE6DA9. Grayscale: #6E6E6E. Windows color (decimal): -13528490 or 5673521. OLE color: 5673521.
HSL color Cylindrical-coordinate representation of color #319256: hue angle of 142.89º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319256 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 86 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.43 |
| HSL | 142.89º | 0.5% | 0.38% | - |
| HSV(B) | 142.89º | 0.66% | 0.57% | - |
| XYZ | 13.23 | 21.88 | 12.33 | - |
| YUV | 110.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 86 | 0.66 | 0 | 0.41 | 0.43 | 142.89 | 0.5 | 0.38 |
| Hex | 31 | 92 | 56 | 42 | 0 | 29 | 2B | 8F | 32 | 26 |
| Octal | 61 | 222 | 126 | 102 | 0 | 51 | 53 | 217 | 62 | 46 |
| Binary | 110001 | 10010010 | 1010110 | 1000010 | 0 | 101001 | 101011 | 10001111 | 110010 | 100110 |
Color Harmonies of #319256
Complementary color
Monochromatic Colors of #319256
Black with #319256
Text Example
Text Example
White with #319256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319256; }
p { color: rgb(49,146,86); }
H1.HeaderClassName
{
color: #319256;
}
.AnyTagClassName
{
color: #319256;
}
</style>
background-color css
<style>
a { background-color: #319256; }
a { background-color: rgb(49,146,86); }
div.DivClassName
{
background-color: #319256;
}
.BgClassName
{
background-color: #319256;
}
</style>
border-color css
<style>
span { border-color: #319256; }
span { border-color: rgb(49,146,86); }
td.TdClassName
{
border-color: #319256;
}
.TagClassName
{
border-color: #319256;
}
</style>