Shades of Sea Green #319253
Tints of Sea Green #319253
RGB
CMYK
RGB Variations
Color information
#319253 (or 0x319253) is known color: Sea Green. HEX triplet: 31, 92 and 53. RGB value is (49,146,83). Sum of RGB (Red+Green+Blue) = 49+146+83=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #319253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319253 is #CE6DAC. Grayscale: #6D6D6D. Windows color (decimal): -13528493 or 5476913. OLE color: 5476913.
HSL color Cylindrical-coordinate representation of color #319253: hue angle of 141.03º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319253 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 83 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.43 |
| HSL | 141.03º | 0.5% | 0.38% | - |
| HSV(B) | 141.03º | 0.66% | 0.57% | - |
| XYZ | 13.11 | 21.84 | 11.71 | - |
| YUV | 109.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 83 | 0.66 | 0 | 0.43 | 0.43 | 141.03 | 0.5 | 0.38 |
| Hex | 31 | 92 | 53 | 42 | 0 | 2B | 2B | 8D | 32 | 26 |
| Octal | 61 | 222 | 123 | 102 | 0 | 53 | 53 | 215 | 62 | 46 |
| Binary | 110001 | 10010010 | 1010011 | 1000010 | 0 | 101011 | 101011 | 10001101 | 110010 | 100110 |
Color Harmonies of #319253
Complementary color
Monochromatic Colors of #319253
Black with #319253
Text Example
Text Example
White with #319253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319253; }
p { color: rgb(49,146,83); }
H1.HeaderClassName
{
color: #319253;
}
.AnyTagClassName
{
color: #319253;
}
</style>
background-color css
<style>
a { background-color: #319253; }
a { background-color: rgb(49,146,83); }
div.DivClassName
{
background-color: #319253;
}
.BgClassName
{
background-color: #319253;
}
</style>
border-color css
<style>
span { border-color: #319253; }
span { border-color: rgb(49,146,83); }
td.TdClassName
{
border-color: #319253;
}
.TagClassName
{
border-color: #319253;
}
</style>