Shades of Sea Green #348D45
Tints of Sea Green #348D45
RGB
CMYK
RGB Variations
Color information
#348D45 (or 0x348D45) is known color: Sea Green. HEX triplet: 34, 8D and 45. RGB value is (52,141,69). Sum of RGB (Red+Green+Blue) = 52+141+69=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #348D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D45 is #CB72BA. Grayscale: #6A6A6A. Windows color (decimal): -13333179 or 4558132. OLE color: 4558132.
HSL color Cylindrical-coordinate representation of color #348D45: hue angle of 131.46º 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 #348D45 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 69 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.45 |
| HSL | 131.46º | 0.46% | 0.38% | - |
| HSV(B) | 131.46º | 0.63% | 0.55% | - |
| XYZ | 12.02 | 20.21 | 8.9 | - |
| YUV | 106.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 69 | 0.63 | 0 | 0.51 | 0.45 | 131.46 | 0.46 | 0.38 |
| Hex | 34 | 8D | 45 | 3F | 0 | 33 | 2D | 83 | 2E | 26 |
| Octal | 64 | 215 | 105 | 77 | 0 | 63 | 55 | 203 | 56 | 46 |
| Binary | 110100 | 10001101 | 1000101 | 111111 | 0 | 110011 | 101101 | 10000011 | 101110 | 100110 |
Color Harmonies of #348D45
Complementary color
Monochromatic Colors of #348D45
Black with #348D45
Text Example
Text Example
White with #348D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D45; }
p { color: rgb(52,141,69); }
H1.HeaderClassName
{
color: #348D45;
}
.AnyTagClassName
{
color: #348D45;
}
</style>
background-color css
<style>
a { background-color: #348D45; }
a { background-color: rgb(52,141,69); }
div.DivClassName
{
background-color: #348D45;
}
.BgClassName
{
background-color: #348D45;
}
</style>
border-color css
<style>
span { border-color: #348D45; }
span { border-color: rgb(52,141,69); }
td.TdClassName
{
border-color: #348D45;
}
.TagClassName
{
border-color: #348D45;
}
</style>