Shades of Sea Green #348C52
Tints of Sea Green #348C52
RGB
CMYK
RGB Variations
Color information
#348C52 (or 0x348C52) is known color: Sea Green. HEX triplet: 34, 8C and 52. RGB value is (52,140,82). Sum of RGB (Red+Green+Blue) = 52+140+82=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #348C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C52 is #CB73AD. Grayscale: #6B6B6B. Windows color (decimal): -13333422 or 5409844. OLE color: 5409844.
HSL color Cylindrical-coordinate representation of color #348C52: hue angle of 140.45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C52 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 82 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.45 |
| HSL | 140.45º | 0.46% | 0.38% | - |
| HSV(B) | 140.45º | 0.63% | 0.55% | - |
| XYZ | 12.32 | 20.1 | 11.21 | - |
| YUV | 107.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 82 | 0.63 | 0 | 0.41 | 0.45 | 140.45 | 0.46 | 0.38 |
| Hex | 34 | 8C | 52 | 3F | 0 | 29 | 2D | 8C | 2E | 26 |
| Octal | 64 | 214 | 122 | 77 | 0 | 51 | 55 | 214 | 56 | 46 |
| Binary | 110100 | 10001100 | 1010010 | 111111 | 0 | 101001 | 101101 | 10001100 | 101110 | 100110 |
Color Harmonies of #348C52
Complementary color
Monochromatic Colors of #348C52
Black with #348C52
Text Example
Text Example
White with #348C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C52; }
p { color: rgb(52,140,82); }
H1.HeaderClassName
{
color: #348C52;
}
.AnyTagClassName
{
color: #348C52;
}
</style>
background-color css
<style>
a { background-color: #348C52; }
a { background-color: rgb(52,140,82); }
div.DivClassName
{
background-color: #348C52;
}
.BgClassName
{
background-color: #348C52;
}
</style>
border-color css
<style>
span { border-color: #348C52; }
span { border-color: rgb(52,140,82); }
td.TdClassName
{
border-color: #348C52;
}
.TagClassName
{
border-color: #348C52;
}
</style>