Shades of Sea Green #348952
Tints of Sea Green #348952
RGB
CMYK
RGB Variations
Color information
#348952 (or 0x348952) is known color: Sea Green. HEX triplet: 34, 89 and 52. RGB value is (52,137,82). Sum of RGB (Red+Green+Blue) = 52+137+82=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #348952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348952 is #CB76AD. Grayscale: #696969. Windows color (decimal): -13334190 or 5409076. OLE color: 5409076.
HSL color Cylindrical-coordinate representation of color #348952: hue angle of 141.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348952 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 82 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.46 |
| HSL | 141.18º | 0.45% | 0.37% | - |
| HSV(B) | 141.18º | 0.62% | 0.54% | - |
| XYZ | 11.88 | 19.23 | 11.07 | - |
| YUV | 105.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 82 | 0.62 | 0 | 0.40 | 0.46 | 141.18 | 0.45 | 0.37 |
| Hex | 34 | 89 | 52 | 3E | 0 | 28 | 2E | 8D | 2D | 25 |
| Octal | 64 | 211 | 122 | 76 | 0 | 50 | 56 | 215 | 55 | 45 |
| Binary | 110100 | 10001001 | 1010010 | 111110 | 0 | 101000 | 101110 | 10001101 | 101101 | 100101 |
Color Harmonies of #348952
Complementary color
Monochromatic Colors of #348952
Black with #348952
Text Example
Text Example
White with #348952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348952; }
p { color: rgb(52,137,82); }
H1.HeaderClassName
{
color: #348952;
}
.AnyTagClassName
{
color: #348952;
}
</style>
background-color css
<style>
a { background-color: #348952; }
a { background-color: rgb(52,137,82); }
div.DivClassName
{
background-color: #348952;
}
.BgClassName
{
background-color: #348952;
}
</style>
border-color css
<style>
span { border-color: #348952; }
span { border-color: rgb(52,137,82); }
td.TdClassName
{
border-color: #348952;
}
.TagClassName
{
border-color: #348952;
}
</style>