Shades of Sea Green #328B5A
Tints of Sea Green #328B5A
RGB
CMYK
RGB Variations
Color information
#328B5A (or 0x328B5A) is known color: Sea Green. HEX triplet: 32, 8B and 5A. RGB value is (50,139,90). Sum of RGB (Red+Green+Blue) = 50+139+90=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #328B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B5A is #CD74A5. Grayscale: #6A6A6A. Windows color (decimal): -13464742 or 5933874. OLE color: 5933874.
HSL color Cylindrical-coordinate representation of color #328B5A: hue angle of 146.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B5A is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 90 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.45 |
| HSL | 146.97º | 0.47% | 0.37% | - |
| HSV(B) | 146.97º | 0.64% | 0.55% | - |
| XYZ | 12.39 | 19.88 | 12.86 | - |
| YUV | 106.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 90 | 0.64 | 0 | 0.35 | 0.45 | 146.97 | 0.47 | 0.37 |
| Hex | 32 | 8B | 5A | 40 | 0 | 23 | 2D | 93 | 2F | 25 |
| Octal | 62 | 213 | 132 | 100 | 0 | 43 | 55 | 223 | 57 | 45 |
| Binary | 110010 | 10001011 | 1011010 | 1000000 | 0 | 100011 | 101101 | 10010011 | 101111 | 100101 |
Color Harmonies of #328B5A
Complementary color
Monochromatic Colors of #328B5A
Black with #328B5A
Text Example
Text Example
White with #328B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B5A; }
p { color: rgb(50,139,90); }
H1.HeaderClassName
{
color: #328B5A;
}
.AnyTagClassName
{
color: #328B5A;
}
</style>
background-color css
<style>
a { background-color: #328B5A; }
a { background-color: rgb(50,139,90); }
div.DivClassName
{
background-color: #328B5A;
}
.BgClassName
{
background-color: #328B5A;
}
</style>
border-color css
<style>
span { border-color: #328B5A; }
span { border-color: rgb(50,139,90); }
td.TdClassName
{
border-color: #328B5A;
}
.TagClassName
{
border-color: #328B5A;
}
</style>