Shades of Sea Green #318B5C
Tints of Sea Green #318B5C
RGB
CMYK
RGB Variations
Color information
#318B5C (or 0x318B5C) is known color: Sea Green. HEX triplet: 31, 8B and 5C. RGB value is (49,139,92). Sum of RGB (Red+Green+Blue) = 49+139+92=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #318B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318B5C is #CE74A3. Grayscale: #6A6A6A. Windows color (decimal): -13530276 or 6064945. OLE color: 6064945.
HSL color Cylindrical-coordinate representation of color #318B5C: hue angle of 148.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B5C is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 139 | 92 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.45 |
| HSL | 148.67º | 0.48% | 0.37% | - |
| HSV(B) | 148.67º | 0.65% | 0.55% | - |
| XYZ | 12.43 | 19.89 | 13.31 | - |
| YUV | 106.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 92 | 0.65 | 0 | 0.34 | 0.45 | 148.67 | 0.48 | 0.37 |
| Hex | 31 | 8B | 5C | 41 | 0 | 22 | 2D | 95 | 30 | 25 |
| Octal | 61 | 213 | 134 | 101 | 0 | 42 | 55 | 225 | 60 | 45 |
| Binary | 110001 | 10001011 | 1011100 | 1000001 | 0 | 100010 | 101101 | 10010101 | 110000 | 100101 |
Color Harmonies of #318B5C
Complementary color
Monochromatic Colors of #318B5C
Black with #318B5C
Text Example
Text Example
White with #318B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318B5C; }
p { color: rgb(49,139,92); }
H1.HeaderClassName
{
color: #318B5C;
}
.AnyTagClassName
{
color: #318B5C;
}
</style>
background-color css
<style>
a { background-color: #318B5C; }
a { background-color: rgb(49,139,92); }
div.DivClassName
{
background-color: #318B5C;
}
.BgClassName
{
background-color: #318B5C;
}
</style>
border-color css
<style>
span { border-color: #318B5C; }
span { border-color: rgb(49,139,92); }
td.TdClassName
{
border-color: #318B5C;
}
.TagClassName
{
border-color: #318B5C;
}
</style>