Shades of Sea Green #31964E
Tints of Sea Green #31964E
RGB
CMYK
RGB Variations
Color information
#31964E (or 0x31964E) is known color: Sea Green. HEX triplet: 31, 96 and 4E. RGB value is (49,150,78). Sum of RGB (Red+Green+Blue) = 49+150+78=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #31964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31964E is #CE69B1. Grayscale: #6F6F6F. Windows color (decimal): -13527474 or 5150257. OLE color: 5150257.
HSL color Cylindrical-coordinate representation of color #31964E: hue angle of 137.23º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31964E is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 78 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.41 |
| HSL | 137.23º | 0.51% | 0.39% | - |
| HSV(B) | 137.23º | 0.67% | 0.59% | - |
| XYZ | 13.55 | 23.02 | 10.94 | - |
| YUV | 111.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 78 | 0.67 | 0 | 0.48 | 0.41 | 137.23 | 0.51 | 0.39 |
| Hex | 31 | 96 | 4E | 43 | 0 | 30 | 29 | 89 | 33 | 27 |
| Octal | 61 | 226 | 116 | 103 | 0 | 60 | 51 | 211 | 63 | 47 |
| Binary | 110001 | 10010110 | 1001110 | 1000011 | 0 | 110000 | 101001 | 10001001 | 110011 | 100111 |
Color Harmonies of #31964E
Complementary color
Monochromatic Colors of #31964E
Black with #31964E
Text Example
Text Example
White with #31964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31964E; }
p { color: rgb(49,150,78); }
H1.HeaderClassName
{
color: #31964E;
}
.AnyTagClassName
{
color: #31964E;
}
</style>
background-color css
<style>
a { background-color: #31964E; }
a { background-color: rgb(49,150,78); }
div.DivClassName
{
background-color: #31964E;
}
.BgClassName
{
background-color: #31964E;
}
</style>
border-color css
<style>
span { border-color: #31964E; }
span { border-color: rgb(49,150,78); }
td.TdClassName
{
border-color: #31964E;
}
.TagClassName
{
border-color: #31964E;
}
</style>