Shades of Sea Green #348B53
Tints of Sea Green #348B53
RGB
CMYK
RGB Variations
Color information
#348B53 (or 0x348B53) is known color: Sea Green. HEX triplet: 34, 8B and 53. RGB value is (52,139,83). Sum of RGB (Red+Green+Blue) = 52+139+83=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #348B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B53 is #CB74AC. Grayscale: #6A6A6A. Windows color (decimal): -13333677 or 5475124. OLE color: 5475124.
HSL color Cylindrical-coordinate representation of color #348B53: hue angle of 141.38º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B53 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 83 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.45 |
| HSL | 141.38º | 0.46% | 0.37% | - |
| HSV(B) | 141.38º | 0.63% | 0.55% | - |
| XYZ | 12.21 | 19.82 | 11.37 | - |
| YUV | 106.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 83 | 0.63 | 0 | 0.40 | 0.45 | 141.38 | 0.46 | 0.37 |
| Hex | 34 | 8B | 53 | 3F | 0 | 28 | 2D | 8D | 2E | 25 |
| Octal | 64 | 213 | 123 | 77 | 0 | 50 | 55 | 215 | 56 | 45 |
| Binary | 110100 | 10001011 | 1010011 | 111111 | 0 | 101000 | 101101 | 10001101 | 101110 | 100101 |
Color Harmonies of #348B53
Complementary color
Monochromatic Colors of #348B53
Black with #348B53
Text Example
Text Example
White with #348B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B53; }
p { color: rgb(52,139,83); }
H1.HeaderClassName
{
color: #348B53;
}
.AnyTagClassName
{
color: #348B53;
}
</style>
background-color css
<style>
a { background-color: #348B53; }
a { background-color: rgb(52,139,83); }
div.DivClassName
{
background-color: #348B53;
}
.BgClassName
{
background-color: #348B53;
}
</style>
border-color css
<style>
span { border-color: #348B53; }
span { border-color: rgb(52,139,83); }
td.TdClassName
{
border-color: #348B53;
}
.TagClassName
{
border-color: #348B53;
}
</style>