Shades of Sea Green #348A53
Tints of Sea Green #348A53
RGB
CMYK
RGB Variations
Color information
#348A53 (or 0x348A53) is known color: Sea Green. HEX triplet: 34, 8A and 53. RGB value is (52,138,83). Sum of RGB (Red+Green+Blue) = 52+138+83=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #348A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A53 is #CB75AC. Grayscale: #6A6A6A. Windows color (decimal): -13333933 or 5474868. OLE color: 5474868.
HSL color Cylindrical-coordinate representation of color #348A53: hue angle of 141.63º 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 #348A53 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 83 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.46 |
| HSL | 141.63º | 0.45% | 0.37% | - |
| HSV(B) | 141.63º | 0.62% | 0.54% | - |
| XYZ | 12.07 | 19.53 | 11.32 | - |
| YUV | 106.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 83 | 0.62 | 0 | 0.40 | 0.46 | 141.63 | 0.45 | 0.37 |
| Hex | 34 | 8A | 53 | 3E | 0 | 28 | 2E | 8E | 2D | 25 |
| Octal | 64 | 212 | 123 | 76 | 0 | 50 | 56 | 216 | 55 | 45 |
| Binary | 110100 | 10001010 | 1010011 | 111110 | 0 | 101000 | 101110 | 10001110 | 101101 | 100101 |
Color Harmonies of #348A53
Complementary color
Monochromatic Colors of #348A53
Black with #348A53
Text Example
Text Example
White with #348A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A53; }
p { color: rgb(52,138,83); }
H1.HeaderClassName
{
color: #348A53;
}
.AnyTagClassName
{
color: #348A53;
}
</style>
background-color css
<style>
a { background-color: #348A53; }
a { background-color: rgb(52,138,83); }
div.DivClassName
{
background-color: #348A53;
}
.BgClassName
{
background-color: #348A53;
}
</style>
border-color css
<style>
span { border-color: #348A53; }
span { border-color: rgb(52,138,83); }
td.TdClassName
{
border-color: #348A53;
}
.TagClassName
{
border-color: #348A53;
}
</style>