Shades of Sea Green #328461
Tints of Sea Green #328461
RGB
CMYK
RGB Variations
Color information
#328461 (or 0x328461) is known color: Sea Green. HEX triplet: 32, 84 and 61. RGB value is (50,132,97). Sum of RGB (Red+Green+Blue) = 50+132+97=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #328461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328461 is #CD7B9E. Grayscale: #676767. Windows color (decimal): -13466527 or 6390834. OLE color: 6390834.
HSL color Cylindrical-coordinate representation of color #328461: hue angle of 154.39º 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 #328461 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 97 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.48 |
| HSL | 154.39º | 0.45% | 0.36% | - |
| HSV(B) | 154.39º | 0.62% | 0.52% | - |
| XYZ | 11.72 | 18.04 | 14.17 | - |
| YUV | 103.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 97 | 0.62 | 0 | 0.27 | 0.48 | 154.39 | 0.45 | 0.36 |
| Hex | 32 | 84 | 61 | 3E | 0 | 1B | 30 | 9A | 2D | 24 |
| Octal | 62 | 204 | 141 | 76 | 0 | 33 | 60 | 232 | 55 | 44 |
| Binary | 110010 | 10000100 | 1100001 | 111110 | 0 | 11011 | 110000 | 10011010 | 101101 | 100100 |
Color Harmonies of #328461
Complementary color
Monochromatic Colors of #328461
Black with #328461
Text Example
Text Example
White with #328461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328461; }
p { color: rgb(50,132,97); }
H1.HeaderClassName
{
color: #328461;
}
.AnyTagClassName
{
color: #328461;
}
</style>
background-color css
<style>
a { background-color: #328461; }
a { background-color: rgb(50,132,97); }
div.DivClassName
{
background-color: #328461;
}
.BgClassName
{
background-color: #328461;
}
</style>
border-color css
<style>
span { border-color: #328461; }
span { border-color: rgb(50,132,97); }
td.TdClassName
{
border-color: #328461;
}
.TagClassName
{
border-color: #328461;
}
</style>