Shades of Sea Green #348C48
Tints of Sea Green #348C48
RGB
CMYK
RGB Variations
Color information
#348C48 (or 0x348C48) is known color: Sea Green. HEX triplet: 34, 8C and 48. RGB value is (52,140,72). Sum of RGB (Red+Green+Blue) = 52+140+72=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #348C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C48 is #CB73B7. Grayscale: #6A6A6A. Windows color (decimal): -13333432 or 4754484. OLE color: 4754484.
HSL color Cylindrical-coordinate representation of color #348C48: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C48 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 72 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.45 |
| HSL | 133.64º | 0.46% | 0.38% | - |
| HSV(B) | 133.64º | 0.63% | 0.55% | - |
| XYZ | 11.96 | 19.95 | 9.35 | - |
| YUV | 105.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 72 | 0.63 | 0 | 0.49 | 0.45 | 133.64 | 0.46 | 0.38 |
| Hex | 34 | 8C | 48 | 3F | 0 | 31 | 2D | 86 | 2E | 26 |
| Octal | 64 | 214 | 110 | 77 | 0 | 61 | 55 | 206 | 56 | 46 |
| Binary | 110100 | 10001100 | 1001000 | 111111 | 0 | 110001 | 101101 | 10000110 | 101110 | 100110 |
Color Harmonies of #348C48
Complementary color
Monochromatic Colors of #348C48
Black with #348C48
Text Example
Text Example
White with #348C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C48; }
p { color: rgb(52,140,72); }
H1.HeaderClassName
{
color: #348C48;
}
.AnyTagClassName
{
color: #348C48;
}
</style>
background-color css
<style>
a { background-color: #348C48; }
a { background-color: rgb(52,140,72); }
div.DivClassName
{
background-color: #348C48;
}
.BgClassName
{
background-color: #348C48;
}
</style>
border-color css
<style>
span { border-color: #348C48; }
span { border-color: rgb(52,140,72); }
td.TdClassName
{
border-color: #348C48;
}
.TagClassName
{
border-color: #348C48;
}
</style>