Shades of Sea Green #328748
Tints of Sea Green #328748
RGB
CMYK
RGB Variations
Color information
#328748 (or 0x328748) is known color: Sea Green. HEX triplet: 32, 87 and 48. RGB value is (50,135,72). Sum of RGB (Red+Green+Blue) = 50+135+72=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #328748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328748 is #CD78B7. Grayscale: #666666. Windows color (decimal): -13465784 or 4753202. OLE color: 4753202.
HSL color Cylindrical-coordinate representation of color #328748: hue angle of 135.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328748 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 72 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.47 |
| HSL | 135.53º | 0.46% | 0.36% | - |
| HSV(B) | 135.53º | 0.63% | 0.53% | - |
| XYZ | 11.15 | 18.47 | 9.11 | - |
| YUV | 102.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 72 | 0.63 | 0 | 0.47 | 0.47 | 135.53 | 0.46 | 0.36 |
| Hex | 32 | 87 | 48 | 3F | 0 | 2F | 2F | 88 | 2E | 24 |
| Octal | 62 | 207 | 110 | 77 | 0 | 57 | 57 | 210 | 56 | 44 |
| Binary | 110010 | 10000111 | 1001000 | 111111 | 0 | 101111 | 101111 | 10001000 | 101110 | 100100 |
Color Harmonies of #328748
Complementary color
Monochromatic Colors of #328748
Black with #328748
Text Example
Text Example
White with #328748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328748; }
p { color: rgb(50,135,72); }
H1.HeaderClassName
{
color: #328748;
}
.AnyTagClassName
{
color: #328748;
}
</style>
background-color css
<style>
a { background-color: #328748; }
a { background-color: rgb(50,135,72); }
div.DivClassName
{
background-color: #328748;
}
.BgClassName
{
background-color: #328748;
}
</style>
border-color css
<style>
span { border-color: #328748; }
span { border-color: rgb(50,135,72); }
td.TdClassName
{
border-color: #328748;
}
.TagClassName
{
border-color: #328748;
}
</style>