Shades of Sea Green #348560
Tints of Sea Green #348560
RGB
CMYK
RGB Variations
Color information
#348560 (or 0x348560) is known color: Sea Green. HEX triplet: 34, 85 and 60. RGB value is (52,133,96). Sum of RGB (Red+Green+Blue) = 52+133+96=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #348560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348560 is #CB7A9F. Grayscale: #686868. Windows color (decimal): -13335200 or 6325556. OLE color: 6325556.
HSL color Cylindrical-coordinate representation of color #348560: hue angle of 152.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348560 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 96 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.48 |
| HSL | 152.59º | 0.44% | 0.36% | - |
| HSV(B) | 152.59º | 0.61% | 0.52% | - |
| XYZ | 11.92 | 18.35 | 13.98 | - |
| YUV | 104.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 96 | 0.61 | 0 | 0.28 | 0.48 | 152.59 | 0.44 | 0.36 |
| Hex | 34 | 85 | 60 | 3D | 0 | 1C | 30 | 99 | 2C | 24 |
| Octal | 64 | 205 | 140 | 75 | 0 | 34 | 60 | 231 | 54 | 44 |
| Binary | 110100 | 10000101 | 1100000 | 111101 | 0 | 11100 | 110000 | 10011001 | 101100 | 100100 |
Color Harmonies of #348560
Complementary color
Monochromatic Colors of #348560
Black with #348560
Text Example
Text Example
White with #348560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348560; }
p { color: rgb(52,133,96); }
H1.HeaderClassName
{
color: #348560;
}
.AnyTagClassName
{
color: #348560;
}
</style>
background-color css
<style>
a { background-color: #348560; }
a { background-color: rgb(52,133,96); }
div.DivClassName
{
background-color: #348560;
}
.BgClassName
{
background-color: #348560;
}
</style>
border-color css
<style>
span { border-color: #348560; }
span { border-color: rgb(52,133,96); }
td.TdClassName
{
border-color: #348560;
}
.TagClassName
{
border-color: #348560;
}
</style>