Shades of Sea Green #348C5A
Tints of Sea Green #348C5A
RGB
CMYK
RGB Variations
Color information
#348C5A (or 0x348C5A) is known color: Sea Green. HEX triplet: 34, 8C and 5A. RGB value is (52,140,90). Sum of RGB (Red+Green+Blue) = 52+140+90=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #348C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C5A is #CB73A5. Grayscale: #6C6C6C. Windows color (decimal): -13333414 or 5934132. OLE color: 5934132.
HSL color Cylindrical-coordinate representation of color #348C5A: hue angle of 145.91º 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 #348C5A is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 90 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.45 |
| HSL | 145.91º | 0.46% | 0.38% | - |
| HSV(B) | 145.91º | 0.63% | 0.55% | - |
| XYZ | 12.64 | 20.22 | 12.91 | - |
| YUV | 107.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 90 | 0.63 | 0 | 0.36 | 0.45 | 145.91 | 0.46 | 0.38 |
| Hex | 34 | 8C | 5A | 3F | 0 | 24 | 2D | 92 | 2E | 26 |
| Octal | 64 | 214 | 132 | 77 | 0 | 44 | 55 | 222 | 56 | 46 |
| Binary | 110100 | 10001100 | 1011010 | 111111 | 0 | 100100 | 101101 | 10010010 | 101110 | 100110 |
Color Harmonies of #348C5A
Complementary color
Monochromatic Colors of #348C5A
Black with #348C5A
Text Example
Text Example
White with #348C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C5A; }
p { color: rgb(52,140,90); }
H1.HeaderClassName
{
color: #348C5A;
}
.AnyTagClassName
{
color: #348C5A;
}
</style>
background-color css
<style>
a { background-color: #348C5A; }
a { background-color: rgb(52,140,90); }
div.DivClassName
{
background-color: #348C5A;
}
.BgClassName
{
background-color: #348C5A;
}
</style>
border-color css
<style>
span { border-color: #348C5A; }
span { border-color: rgb(52,140,90); }
td.TdClassName
{
border-color: #348C5A;
}
.TagClassName
{
border-color: #348C5A;
}
</style>