Shades of Sea Green #348F52
Tints of Sea Green #348F52
RGB
CMYK
RGB Variations
Color information
#348F52 (or 0x348F52) is known color: Sea Green. HEX triplet: 34, 8F and 52. RGB value is (52,143,82). Sum of RGB (Red+Green+Blue) = 52+143+82=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #348F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F52 is #CB70AD. Grayscale: #6C6C6C. Windows color (decimal): -13332654 or 5410612. OLE color: 5410612.
HSL color Cylindrical-coordinate representation of color #348F52: hue angle of 139.78º 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 #348F52 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 82 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.44 |
| HSL | 139.78º | 0.47% | 0.38% | - |
| HSV(B) | 139.78º | 0.64% | 0.56% | - |
| XYZ | 12.76 | 20.98 | 11.36 | - |
| YUV | 108.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 82 | 0.64 | 0 | 0.43 | 0.44 | 139.78 | 0.47 | 0.38 |
| Hex | 34 | 8F | 52 | 40 | 0 | 2B | 2C | 8C | 2F | 26 |
| Octal | 64 | 217 | 122 | 100 | 0 | 53 | 54 | 214 | 57 | 46 |
| Binary | 110100 | 10001111 | 1010010 | 1000000 | 0 | 101011 | 101100 | 10001100 | 101111 | 100110 |
Color Harmonies of #348F52
Complementary color
Monochromatic Colors of #348F52
Black with #348F52
Text Example
Text Example
White with #348F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F52; }
p { color: rgb(52,143,82); }
H1.HeaderClassName
{
color: #348F52;
}
.AnyTagClassName
{
color: #348F52;
}
</style>
background-color css
<style>
a { background-color: #348F52; }
a { background-color: rgb(52,143,82); }
div.DivClassName
{
background-color: #348F52;
}
.BgClassName
{
background-color: #348F52;
}
</style>
border-color css
<style>
span { border-color: #348F52; }
span { border-color: rgb(52,143,82); }
td.TdClassName
{
border-color: #348F52;
}
.TagClassName
{
border-color: #348F52;
}
</style>