Shades of Sea Green #348B5A
Tints of Sea Green #348B5A
RGB
CMYK
RGB Variations
Color information
#348B5A (or 0x348B5A) is known color: Sea Green. HEX triplet: 34, 8B and 5A. RGB value is (52,139,90). Sum of RGB (Red+Green+Blue) = 52+139+90=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #348B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B5A is #CB74A5. Grayscale: #6B6B6B. Windows color (decimal): -13333670 or 5933876. OLE color: 5933876.
HSL color Cylindrical-coordinate representation of color #348B5A: hue angle of 146.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B5A is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 90 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.45 |
| HSL | 146.21º | 0.46% | 0.37% | - |
| HSV(B) | 146.21º | 0.63% | 0.55% | - |
| XYZ | 12.49 | 19.93 | 12.86 | - |
| YUV | 107.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 90 | 0.63 | 0 | 0.35 | 0.45 | 146.21 | 0.46 | 0.37 |
| Hex | 34 | 8B | 5A | 3F | 0 | 23 | 2D | 92 | 2E | 25 |
| Octal | 64 | 213 | 132 | 77 | 0 | 43 | 55 | 222 | 56 | 45 |
| Binary | 110100 | 10001011 | 1011010 | 111111 | 0 | 100011 | 101101 | 10010010 | 101110 | 100101 |
Color Harmonies of #348B5A
Complementary color
Monochromatic Colors of #348B5A
Black with #348B5A
Text Example
Text Example
White with #348B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B5A; }
p { color: rgb(52,139,90); }
H1.HeaderClassName
{
color: #348B5A;
}
.AnyTagClassName
{
color: #348B5A;
}
</style>
background-color css
<style>
a { background-color: #348B5A; }
a { background-color: rgb(52,139,90); }
div.DivClassName
{
background-color: #348B5A;
}
.BgClassName
{
background-color: #348B5A;
}
</style>
border-color css
<style>
span { border-color: #348B5A; }
span { border-color: rgb(52,139,90); }
td.TdClassName
{
border-color: #348B5A;
}
.TagClassName
{
border-color: #348B5A;
}
</style>