Shades of Sea Green #319652
Tints of Sea Green #319652
RGB
CMYK
RGB Variations
Color information
#319652 (or 0x319652) is known color: Sea Green. HEX triplet: 31, 96 and 52. RGB value is (49,150,82). Sum of RGB (Red+Green+Blue) = 49+150+82=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #319652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319652 is #CE69AD. Grayscale: #707070. Windows color (decimal): -13527470 or 5412401. OLE color: 5412401.
HSL color Cylindrical-coordinate representation of color #319652: hue angle of 139.6º 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 #319652 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 82 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.41 |
| HSL | 139.6º | 0.51% | 0.39% | - |
| HSV(B) | 139.6º | 0.67% | 0.59% | - |
| XYZ | 13.7 | 23.07 | 11.71 | - |
| YUV | 112.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 82 | 0.67 | 0 | 0.45 | 0.41 | 139.6 | 0.51 | 0.39 |
| Hex | 31 | 96 | 52 | 43 | 0 | 2D | 29 | 8C | 33 | 27 |
| Octal | 61 | 226 | 122 | 103 | 0 | 55 | 51 | 214 | 63 | 47 |
| Binary | 110001 | 10010110 | 1010010 | 1000011 | 0 | 101101 | 101001 | 10001100 | 110011 | 100111 |
Color Harmonies of #319652
Complementary color
Monochromatic Colors of #319652
Black with #319652
Text Example
Text Example
White with #319652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319652; }
p { color: rgb(49,150,82); }
H1.HeaderClassName
{
color: #319652;
}
.AnyTagClassName
{
color: #319652;
}
</style>
background-color css
<style>
a { background-color: #319652; }
a { background-color: rgb(49,150,82); }
div.DivClassName
{
background-color: #319652;
}
.BgClassName
{
background-color: #319652;
}
</style>
border-color css
<style>
span { border-color: #319652; }
span { border-color: rgb(49,150,82); }
td.TdClassName
{
border-color: #319652;
}
.TagClassName
{
border-color: #319652;
}
</style>