Shades of Sea Green #319353
Tints of Sea Green #319353
RGB
CMYK
RGB Variations
Color information
#319353 (or 0x319353) is known color: Sea Green. HEX triplet: 31, 93 and 53. RGB value is (49,147,83). Sum of RGB (Red+Green+Blue) = 49+147+83=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #319353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319353 is #CE6CAC. Grayscale: #6E6E6E. Windows color (decimal): -13528237 or 5477169. OLE color: 5477169.
HSL color Cylindrical-coordinate representation of color #319353: hue angle of 140.82º 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 #319353 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 83 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.42 |
| HSL | 140.82º | 0.5% | 0.38% | - |
| HSV(B) | 140.82º | 0.67% | 0.58% | - |
| XYZ | 13.26 | 22.14 | 11.76 | - |
| YUV | 110.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 83 | 0.67 | 0 | 0.44 | 0.42 | 140.82 | 0.5 | 0.38 |
| Hex | 31 | 93 | 53 | 43 | 0 | 2C | 2A | 8D | 32 | 26 |
| Octal | 61 | 223 | 123 | 103 | 0 | 54 | 52 | 215 | 62 | 46 |
| Binary | 110001 | 10010011 | 1010011 | 1000011 | 0 | 101100 | 101010 | 10001101 | 110010 | 100110 |
Color Harmonies of #319353
Complementary color
Monochromatic Colors of #319353
Black with #319353
Text Example
Text Example
White with #319353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319353; }
p { color: rgb(49,147,83); }
H1.HeaderClassName
{
color: #319353;
}
.AnyTagClassName
{
color: #319353;
}
</style>
background-color css
<style>
a { background-color: #319353; }
a { background-color: rgb(49,147,83); }
div.DivClassName
{
background-color: #319353;
}
.BgClassName
{
background-color: #319353;
}
</style>
border-color css
<style>
span { border-color: #319353; }
span { border-color: rgb(49,147,83); }
td.TdClassName
{
border-color: #319353;
}
.TagClassName
{
border-color: #319353;
}
</style>