Shades of Sea Green #348F5B
Tints of Sea Green #348F5B
RGB
CMYK
RGB Variations
Color information
#348F5B (or 0x348F5B) is known color: Sea Green. HEX triplet: 34, 8F and 5B. RGB value is (52,143,91). Sum of RGB (Red+Green+Blue) = 52+143+91=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #348F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F5B is #CB70A4. Grayscale: #6D6D6D. Windows color (decimal): -13332645 or 6000436. OLE color: 6000436.
HSL color Cylindrical-coordinate representation of color #348F5B: hue angle of 145.71º 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 #348F5B is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 91 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.44 |
| HSL | 145.71º | 0.47% | 0.38% | - |
| HSV(B) | 145.71º | 0.64% | 0.56% | - |
| XYZ | 13.13 | 21.13 | 13.28 | - |
| YUV | 109.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 91 | 0.64 | 0 | 0.36 | 0.44 | 145.71 | 0.47 | 0.38 |
| Hex | 34 | 8F | 5B | 40 | 0 | 24 | 2C | 92 | 2F | 26 |
| Octal | 64 | 217 | 133 | 100 | 0 | 44 | 54 | 222 | 57 | 46 |
| Binary | 110100 | 10001111 | 1011011 | 1000000 | 0 | 100100 | 101100 | 10010010 | 101111 | 100110 |
Color Harmonies of #348F5B
Complementary color
Monochromatic Colors of #348F5B
Black with #348F5B
Text Example
Text Example
White with #348F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F5B; }
p { color: rgb(52,143,91); }
H1.HeaderClassName
{
color: #348F5B;
}
.AnyTagClassName
{
color: #348F5B;
}
</style>
background-color css
<style>
a { background-color: #348F5B; }
a { background-color: rgb(52,143,91); }
div.DivClassName
{
background-color: #348F5B;
}
.BgClassName
{
background-color: #348F5B;
}
</style>
border-color css
<style>
span { border-color: #348F5B; }
span { border-color: rgb(52,143,91); }
td.TdClassName
{
border-color: #348F5B;
}
.TagClassName
{
border-color: #348F5B;
}
</style>