Shades of Sea Green #328455
Tints of Sea Green #328455
RGB
CMYK
RGB Variations
Color information
#328455 (or 0x328455) is known color: Sea Green. HEX triplet: 32, 84 and 55. RGB value is (50,132,85). Sum of RGB (Red+Green+Blue) = 50+132+85=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #328455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328455 is #CD7BAA. Grayscale: #666666. Windows color (decimal): -13466539 or 5604402. OLE color: 5604402.
HSL color Cylindrical-coordinate representation of color #328455: hue angle of 145.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328455 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 85 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.48 |
| HSL | 145.61º | 0.45% | 0.36% | - |
| HSV(B) | 145.61º | 0.62% | 0.52% | - |
| XYZ | 11.21 | 17.84 | 11.45 | - |
| YUV | 102.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 85 | 0.62 | 0 | 0.36 | 0.48 | 145.61 | 0.45 | 0.36 |
| Hex | 32 | 84 | 55 | 3E | 0 | 24 | 30 | 92 | 2D | 24 |
| Octal | 62 | 204 | 125 | 76 | 0 | 44 | 60 | 222 | 55 | 44 |
| Binary | 110010 | 10000100 | 1010101 | 111110 | 0 | 100100 | 110000 | 10010010 | 101101 | 100100 |
Color Harmonies of #328455
Complementary color
Monochromatic Colors of #328455
Black with #328455
Text Example
Text Example
White with #328455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328455; }
p { color: rgb(50,132,85); }
H1.HeaderClassName
{
color: #328455;
}
.AnyTagClassName
{
color: #328455;
}
</style>
background-color css
<style>
a { background-color: #328455; }
a { background-color: rgb(50,132,85); }
div.DivClassName
{
background-color: #328455;
}
.BgClassName
{
background-color: #328455;
}
</style>
border-color css
<style>
span { border-color: #328455; }
span { border-color: rgb(50,132,85); }
td.TdClassName
{
border-color: #328455;
}
.TagClassName
{
border-color: #328455;
}
</style>