Shades of Sea Green #348D44
Tints of Sea Green #348D44
RGB
CMYK
RGB Variations
Color information
#348D44 (or 0x348D44) is known color: Sea Green. HEX triplet: 34, 8D and 44. RGB value is (52,141,68). Sum of RGB (Red+Green+Blue) = 52+141+68=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #348D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D44 is #CB72BB. Grayscale: #6A6A6A. Windows color (decimal): -13333180 or 4492596. OLE color: 4492596.
HSL color Cylindrical-coordinate representation of color #348D44: hue angle of 130.79º 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 #348D44 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 68 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.45 |
| HSL | 130.79º | 0.46% | 0.38% | - |
| HSV(B) | 130.79º | 0.63% | 0.55% | - |
| XYZ | 11.98 | 20.2 | 8.74 | - |
| YUV | 106.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 68 | 0.63 | 0 | 0.52 | 0.45 | 130.79 | 0.46 | 0.38 |
| Hex | 34 | 8D | 44 | 3F | 0 | 34 | 2D | 83 | 2E | 26 |
| Octal | 64 | 215 | 104 | 77 | 0 | 64 | 55 | 203 | 56 | 46 |
| Binary | 110100 | 10001101 | 1000100 | 111111 | 0 | 110100 | 101101 | 10000011 | 101110 | 100110 |
Color Harmonies of #348D44
Complementary color
Monochromatic Colors of #348D44
Black with #348D44
Text Example
Text Example
White with #348D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D44; }
p { color: rgb(52,141,68); }
H1.HeaderClassName
{
color: #348D44;
}
.AnyTagClassName
{
color: #348D44;
}
</style>
background-color css
<style>
a { background-color: #348D44; }
a { background-color: rgb(52,141,68); }
div.DivClassName
{
background-color: #348D44;
}
.BgClassName
{
background-color: #348D44;
}
</style>
border-color css
<style>
span { border-color: #348D44; }
span { border-color: rgb(52,141,68); }
td.TdClassName
{
border-color: #348D44;
}
.TagClassName
{
border-color: #348D44;
}
</style>