Shades of Sea Green #348B4E
Tints of Sea Green #348B4E
RGB
CMYK
RGB Variations
Color information
#348B4E (or 0x348B4E) is known color: Sea Green. HEX triplet: 34, 8B and 4E. RGB value is (52,139,78). Sum of RGB (Red+Green+Blue) = 52+139+78=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #348B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B4E is #CB74B1. Grayscale: #6A6A6A. Windows color (decimal): -13333682 or 5147444. OLE color: 5147444.
HSL color Cylindrical-coordinate representation of color #348B4E: hue angle of 137.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B4E is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 78 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.45 |
| HSL | 137.93º | 0.46% | 0.37% | - |
| HSV(B) | 137.93º | 0.63% | 0.55% | - |
| XYZ | 12.02 | 19.75 | 10.39 | - |
| YUV | 106.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 78 | 0.63 | 0 | 0.44 | 0.45 | 137.93 | 0.46 | 0.37 |
| Hex | 34 | 8B | 4E | 3F | 0 | 2C | 2D | 8A | 2E | 25 |
| Octal | 64 | 213 | 116 | 77 | 0 | 54 | 55 | 212 | 56 | 45 |
| Binary | 110100 | 10001011 | 1001110 | 111111 | 0 | 101100 | 101101 | 10001010 | 101110 | 100101 |
Color Harmonies of #348B4E
Complementary color
Monochromatic Colors of #348B4E
Black with #348B4E
Text Example
Text Example
White with #348B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B4E; }
p { color: rgb(52,139,78); }
H1.HeaderClassName
{
color: #348B4E;
}
.AnyTagClassName
{
color: #348B4E;
}
</style>
background-color css
<style>
a { background-color: #348B4E; }
a { background-color: rgb(52,139,78); }
div.DivClassName
{
background-color: #348B4E;
}
.BgClassName
{
background-color: #348B4E;
}
</style>
border-color css
<style>
span { border-color: #348B4E; }
span { border-color: rgb(52,139,78); }
td.TdClassName
{
border-color: #348B4E;
}
.TagClassName
{
border-color: #348B4E;
}
</style>