Shades of Sea Green #348C4C
Tints of Sea Green #348C4C
RGB
CMYK
RGB Variations
Color information
#348C4C (or 0x348C4C) is known color: Sea Green. HEX triplet: 34, 8C and 4C. RGB value is (52,140,76). Sum of RGB (Red+Green+Blue) = 52+140+76=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #348C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C4C is #CB73B3. Grayscale: #6A6A6A. Windows color (decimal): -13333428 or 5016628. OLE color: 5016628.
HSL color Cylindrical-coordinate representation of color #348C4C: hue angle of 136.36º 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 #348C4C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 76 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.45 |
| HSL | 136.36º | 0.46% | 0.38% | - |
| HSV(B) | 136.36º | 0.63% | 0.55% | - |
| XYZ | 12.1 | 20.01 | 10.06 | - |
| YUV | 106.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 76 | 0.63 | 0 | 0.46 | 0.45 | 136.36 | 0.46 | 0.38 |
| Hex | 34 | 8C | 4C | 3F | 0 | 2E | 2D | 88 | 2E | 26 |
| Octal | 64 | 214 | 114 | 77 | 0 | 56 | 55 | 210 | 56 | 46 |
| Binary | 110100 | 10001100 | 1001100 | 111111 | 0 | 101110 | 101101 | 10001000 | 101110 | 100110 |
Color Harmonies of #348C4C
Complementary color
Monochromatic Colors of #348C4C
Black with #348C4C
Text Example
Text Example
White with #348C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C4C; }
p { color: rgb(52,140,76); }
H1.HeaderClassName
{
color: #348C4C;
}
.AnyTagClassName
{
color: #348C4C;
}
</style>
background-color css
<style>
a { background-color: #348C4C; }
a { background-color: rgb(52,140,76); }
div.DivClassName
{
background-color: #348C4C;
}
.BgClassName
{
background-color: #348C4C;
}
</style>
border-color css
<style>
span { border-color: #348C4C; }
span { border-color: rgb(52,140,76); }
td.TdClassName
{
border-color: #348C4C;
}
.TagClassName
{
border-color: #348C4C;
}
</style>