Shades of Sea Green #348A52
Tints of Sea Green #348A52
RGB
CMYK
RGB Variations
Color information
#348A52 (or 0x348A52) is known color: Sea Green. HEX triplet: 34, 8A and 52. RGB value is (52,138,82). Sum of RGB (Red+Green+Blue) = 52+138+82=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #348A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A52 is #CB75AD. Grayscale: #6A6A6A. Windows color (decimal): -13333934 or 5409332. OLE color: 5409332.
HSL color Cylindrical-coordinate representation of color #348A52: hue angle of 140.93º 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 #348A52 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 82 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.46 |
| HSL | 140.93º | 0.45% | 0.37% | - |
| HSV(B) | 140.93º | 0.62% | 0.54% | - |
| XYZ | 12.03 | 19.52 | 11.12 | - |
| YUV | 105.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 82 | 0.62 | 0 | 0.41 | 0.46 | 140.93 | 0.45 | 0.37 |
| Hex | 34 | 8A | 52 | 3E | 0 | 29 | 2E | 8D | 2D | 25 |
| Octal | 64 | 212 | 122 | 76 | 0 | 51 | 56 | 215 | 55 | 45 |
| Binary | 110100 | 10001010 | 1010010 | 111110 | 0 | 101001 | 101110 | 10001101 | 101101 | 100101 |
Color Harmonies of #348A52
Complementary color
Monochromatic Colors of #348A52
Black with #348A52
Text Example
Text Example
White with #348A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A52; }
p { color: rgb(52,138,82); }
H1.HeaderClassName
{
color: #348A52;
}
.AnyTagClassName
{
color: #348A52;
}
</style>
background-color css
<style>
a { background-color: #348A52; }
a { background-color: rgb(52,138,82); }
div.DivClassName
{
background-color: #348A52;
}
.BgClassName
{
background-color: #348A52;
}
</style>
border-color css
<style>
span { border-color: #348A52; }
span { border-color: rgb(52,138,82); }
td.TdClassName
{
border-color: #348A52;
}
.TagClassName
{
border-color: #348A52;
}
</style>