Shades of Sea Green #319355
Tints of Sea Green #319355
RGB
CMYK
RGB Variations
Color information
#319355 (or 0x319355) is known color: Sea Green. HEX triplet: 31, 93 and 55. RGB value is (49,147,85). Sum of RGB (Red+Green+Blue) = 49+147+85=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #319355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319355 is #CE6CAA. Grayscale: #6E6E6E. Windows color (decimal): -13528235 or 5608241. OLE color: 5608241.
HSL color Cylindrical-coordinate representation of color #319355: hue angle of 142.04º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319355 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 85 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.42 |
| HSL | 142.04º | 0.5% | 0.38% | - |
| HSV(B) | 142.04º | 0.67% | 0.58% | - |
| XYZ | 13.34 | 22.18 | 12.17 | - |
| YUV | 110.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 85 | 0.67 | 0 | 0.42 | 0.42 | 142.04 | 0.5 | 0.38 |
| Hex | 31 | 93 | 55 | 43 | 0 | 2A | 2A | 8E | 32 | 26 |
| Octal | 61 | 223 | 125 | 103 | 0 | 52 | 52 | 216 | 62 | 46 |
| Binary | 110001 | 10010011 | 1010101 | 1000011 | 0 | 101010 | 101010 | 10001110 | 110010 | 100110 |
Color Harmonies of #319355
Complementary color
Monochromatic Colors of #319355
Black with #319355
Text Example
Text Example
White with #319355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319355; }
p { color: rgb(49,147,85); }
H1.HeaderClassName
{
color: #319355;
}
.AnyTagClassName
{
color: #319355;
}
</style>
background-color css
<style>
a { background-color: #319355; }
a { background-color: rgb(49,147,85); }
div.DivClassName
{
background-color: #319355;
}
.BgClassName
{
background-color: #319355;
}
</style>
border-color css
<style>
span { border-color: #319355; }
span { border-color: rgb(49,147,85); }
td.TdClassName
{
border-color: #319355;
}
.TagClassName
{
border-color: #319355;
}
</style>