Shades of Sea Green #348F46
Tints of Sea Green #348F46
RGB
CMYK
RGB Variations
Color information
#348F46 (or 0x348F46) is known color: Sea Green. HEX triplet: 34, 8F and 46. RGB value is (52,143,70). Sum of RGB (Red+Green+Blue) = 52+143+70=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #348F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F46 is #CB70B9. Grayscale: #6B6B6B. Windows color (decimal): -13332666 or 4624180. OLE color: 4624180.
HSL color Cylindrical-coordinate representation of color #348F46: hue angle of 131.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F46 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 70 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.44 |
| HSL | 131.87º | 0.47% | 0.38% | - |
| HSV(B) | 131.87º | 0.64% | 0.56% | - |
| XYZ | 12.34 | 20.82 | 9.16 | - |
| YUV | 107.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 70 | 0.64 | 0 | 0.51 | 0.44 | 131.87 | 0.47 | 0.38 |
| Hex | 34 | 8F | 46 | 40 | 0 | 33 | 2C | 84 | 2F | 26 |
| Octal | 64 | 217 | 106 | 100 | 0 | 63 | 54 | 204 | 57 | 46 |
| Binary | 110100 | 10001111 | 1000110 | 1000000 | 0 | 110011 | 101100 | 10000100 | 101111 | 100110 |
Color Harmonies of #348F46
Complementary color
Monochromatic Colors of #348F46
Black with #348F46
Text Example
Text Example
White with #348F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F46; }
p { color: rgb(52,143,70); }
H1.HeaderClassName
{
color: #348F46;
}
.AnyTagClassName
{
color: #348F46;
}
</style>
background-color css
<style>
a { background-color: #348F46; }
a { background-color: rgb(52,143,70); }
div.DivClassName
{
background-color: #348F46;
}
.BgClassName
{
background-color: #348F46;
}
</style>
border-color css
<style>
span { border-color: #348F46; }
span { border-color: rgb(52,143,70); }
td.TdClassName
{
border-color: #348F46;
}
.TagClassName
{
border-color: #348F46;
}
</style>