Shades of Sea Green #348D59
Tints of Sea Green #348D59
RGB
CMYK
RGB Variations
Color information
#348D59 (or 0x348D59) is known color: Sea Green. HEX triplet: 34, 8D and 59. RGB value is (52,141,89). Sum of RGB (Red+Green+Blue) = 52+141+89=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #348D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D59 is #CB72A6. Grayscale: #6C6C6C. Windows color (decimal): -13333159 or 5868852. OLE color: 5868852.
HSL color Cylindrical-coordinate representation of color #348D59: hue angle of 144.94º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D59 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 89 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.45 |
| HSL | 144.94º | 0.46% | 0.38% | - |
| HSV(B) | 144.94º | 0.63% | 0.55% | - |
| XYZ | 12.74 | 20.5 | 12.74 | - |
| YUV | 108.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 89 | 0.63 | 0 | 0.37 | 0.45 | 144.94 | 0.46 | 0.38 |
| Hex | 34 | 8D | 59 | 3F | 0 | 25 | 2D | 91 | 2E | 26 |
| Octal | 64 | 215 | 131 | 77 | 0 | 45 | 55 | 221 | 56 | 46 |
| Binary | 110100 | 10001101 | 1011001 | 111111 | 0 | 100101 | 101101 | 10010001 | 101110 | 100110 |
Color Harmonies of #348D59
Complementary color
Monochromatic Colors of #348D59
Black with #348D59
Text Example
Text Example
White with #348D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D59; }
p { color: rgb(52,141,89); }
H1.HeaderClassName
{
color: #348D59;
}
.AnyTagClassName
{
color: #348D59;
}
</style>
background-color css
<style>
a { background-color: #348D59; }
a { background-color: rgb(52,141,89); }
div.DivClassName
{
background-color: #348D59;
}
.BgClassName
{
background-color: #348D59;
}
</style>
border-color css
<style>
span { border-color: #348D59; }
span { border-color: rgb(52,141,89); }
td.TdClassName
{
border-color: #348D59;
}
.TagClassName
{
border-color: #348D59;
}
</style>