Shades of Sea Green #31964B
Tints of Sea Green #31964B
RGB
CMYK
RGB Variations
Color information
#31964B (or 0x31964B) is known color: Sea Green. HEX triplet: 31, 96 and 4B. RGB value is (49,150,75). Sum of RGB (Red+Green+Blue) = 49+150+75=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #31964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31964B is #CE69B4. Grayscale: #6F6F6F. Windows color (decimal): -13527477 or 4953649. OLE color: 4953649.
HSL color Cylindrical-coordinate representation of color #31964B: hue angle of 135.45º 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 #31964B is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 75 | - |
| CMYK | 0.67 | 0 | 0.5 | 0.41 |
| HSL | 135.45º | 0.51% | 0.39% | - |
| HSV(B) | 135.45º | 0.67% | 0.59% | - |
| XYZ | 13.44 | 22.97 | 10.38 | - |
| YUV | 111.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 75 | 0.67 | 0 | 0.5 | 0.41 | 135.45 | 0.51 | 0.39 |
| Hex | 31 | 96 | 4B | 43 | 0 | 32 | 29 | 87 | 33 | 27 |
| Octal | 61 | 226 | 113 | 103 | 0 | 62 | 51 | 207 | 63 | 47 |
| Binary | 110001 | 10010110 | 1001011 | 1000011 | 0 | 110010 | 101001 | 10000111 | 110011 | 100111 |
Color Harmonies of #31964B
Complementary color
Monochromatic Colors of #31964B
Black with #31964B
Text Example
Text Example
White with #31964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31964B; }
p { color: rgb(49,150,75); }
H1.HeaderClassName
{
color: #31964B;
}
.AnyTagClassName
{
color: #31964B;
}
</style>
background-color css
<style>
a { background-color: #31964B; }
a { background-color: rgb(49,150,75); }
div.DivClassName
{
background-color: #31964B;
}
.BgClassName
{
background-color: #31964B;
}
</style>
border-color css
<style>
span { border-color: #31964B; }
span { border-color: rgb(49,150,75); }
td.TdClassName
{
border-color: #31964B;
}
.TagClassName
{
border-color: #31964B;
}
</style>