Shades of Sea Green #348B4F
Tints of Sea Green #348B4F
RGB
CMYK
RGB Variations
Color information
#348B4F (or 0x348B4F) is known color: Sea Green. HEX triplet: 34, 8B and 4F. RGB value is (52,139,79). Sum of RGB (Red+Green+Blue) = 52+139+79=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #348B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B4F is #CB74B0. Grayscale: #6A6A6A. Windows color (decimal): -13333681 or 5212980. OLE color: 5212980.
HSL color Cylindrical-coordinate representation of color #348B4F: hue angle of 138.62º 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 #348B4F is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 79 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.45 |
| HSL | 138.62º | 0.46% | 0.37% | - |
| HSV(B) | 138.62º | 0.63% | 0.55% | - |
| XYZ | 12.06 | 19.76 | 10.58 | - |
| YUV | 106.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 79 | 0.63 | 0 | 0.43 | 0.45 | 138.62 | 0.46 | 0.37 |
| Hex | 34 | 8B | 4F | 3F | 0 | 2B | 2D | 8B | 2E | 25 |
| Octal | 64 | 213 | 117 | 77 | 0 | 53 | 55 | 213 | 56 | 45 |
| Binary | 110100 | 10001011 | 1001111 | 111111 | 0 | 101011 | 101101 | 10001011 | 101110 | 100101 |
Color Harmonies of #348B4F
Complementary color
Monochromatic Colors of #348B4F
Black with #348B4F
Text Example
Text Example
White with #348B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B4F; }
p { color: rgb(52,139,79); }
H1.HeaderClassName
{
color: #348B4F;
}
.AnyTagClassName
{
color: #348B4F;
}
</style>
background-color css
<style>
a { background-color: #348B4F; }
a { background-color: rgb(52,139,79); }
div.DivClassName
{
background-color: #348B4F;
}
.BgClassName
{
background-color: #348B4F;
}
</style>
border-color css
<style>
span { border-color: #348B4F; }
span { border-color: rgb(52,139,79); }
td.TdClassName
{
border-color: #348B4F;
}
.TagClassName
{
border-color: #348B4F;
}
</style>