Shades of Sea Green #348D4B
Tints of Sea Green #348D4B
RGB
CMYK
RGB Variations
Color information
#348D4B (or 0x348D4B) is known color: Sea Green. HEX triplet: 34, 8D and 4B. RGB value is (52,141,75). Sum of RGB (Red+Green+Blue) = 52+141+75=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #348D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D4B is #CB72B4. Grayscale: #6B6B6B. Windows color (decimal): -13333173 or 4951348. OLE color: 4951348.
HSL color Cylindrical-coordinate representation of color #348D4B: hue angle of 135.51º 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 #348D4B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 75 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.45 |
| HSL | 135.51º | 0.46% | 0.38% | - |
| HSV(B) | 135.51º | 0.63% | 0.55% | - |
| XYZ | 12.21 | 20.29 | 9.93 | - |
| YUV | 106.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 75 | 0.63 | 0 | 0.47 | 0.45 | 135.51 | 0.46 | 0.38 |
| Hex | 34 | 8D | 4B | 3F | 0 | 2F | 2D | 88 | 2E | 26 |
| Octal | 64 | 215 | 113 | 77 | 0 | 57 | 55 | 210 | 56 | 46 |
| Binary | 110100 | 10001101 | 1001011 | 111111 | 0 | 101111 | 101101 | 10001000 | 101110 | 100110 |
Color Harmonies of #348D4B
Complementary color
Monochromatic Colors of #348D4B
Black with #348D4B
Text Example
Text Example
White with #348D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D4B; }
p { color: rgb(52,141,75); }
H1.HeaderClassName
{
color: #348D4B;
}
.AnyTagClassName
{
color: #348D4B;
}
</style>
background-color css
<style>
a { background-color: #348D4B; }
a { background-color: rgb(52,141,75); }
div.DivClassName
{
background-color: #348D4B;
}
.BgClassName
{
background-color: #348D4B;
}
</style>
border-color css
<style>
span { border-color: #348D4B; }
span { border-color: rgb(52,141,75); }
td.TdClassName
{
border-color: #348D4B;
}
.TagClassName
{
border-color: #348D4B;
}
</style>