Shades of Sea Green #348A45
Tints of Sea Green #348A45
RGB
CMYK
RGB Variations
Color information
#348A45 (or 0x348A45) is known color: Sea Green. HEX triplet: 34, 8A and 45. RGB value is (52,138,69). Sum of RGB (Red+Green+Blue) = 52+138+69=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #348A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A45 is #CB75BA. Grayscale: #686868. Windows color (decimal): -13333947 or 4557364. OLE color: 4557364.
HSL color Cylindrical-coordinate representation of color #348A45: hue angle of 131.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A45 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 69 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.46 |
| HSL | 131.86º | 0.45% | 0.37% | - |
| HSV(B) | 131.86º | 0.62% | 0.54% | - |
| XYZ | 11.58 | 19.34 | 8.75 | - |
| YUV | 104.42 | 108.01 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 69 | 0.62 | 0 | 0.5 | 0.46 | 131.86 | 0.45 | 0.37 |
| Hex | 34 | 8A | 45 | 3E | 0 | 32 | 2E | 84 | 2D | 25 |
| Octal | 64 | 212 | 105 | 76 | 0 | 62 | 56 | 204 | 55 | 45 |
| Binary | 110100 | 10001010 | 1000101 | 111110 | 0 | 110010 | 101110 | 10000100 | 101101 | 100101 |
Color Harmonies of #348A45
Complementary color
Monochromatic Colors of #348A45
Black with #348A45
Text Example
Text Example
White with #348A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A45; }
p { color: rgb(52,138,69); }
H1.HeaderClassName
{
color: #348A45;
}
.AnyTagClassName
{
color: #348A45;
}
</style>
background-color css
<style>
a { background-color: #348A45; }
a { background-color: rgb(52,138,69); }
div.DivClassName
{
background-color: #348A45;
}
.BgClassName
{
background-color: #348A45;
}
</style>
border-color css
<style>
span { border-color: #348A45; }
span { border-color: rgb(52,138,69); }
td.TdClassName
{
border-color: #348A45;
}
.TagClassName
{
border-color: #348A45;
}
</style>