Shades of Sea Green #328B5D
Tints of Sea Green #328B5D
RGB
CMYK
RGB Variations
Color information
#328B5D (or 0x328B5D) is known color: Sea Green. HEX triplet: 32, 8B and 5D. RGB value is (50,139,93). Sum of RGB (Red+Green+Blue) = 50+139+93=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #328B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B5D is #CD74A2. Grayscale: #6B6B6B. Windows color (decimal): -13464739 or 6130482. OLE color: 6130482.
HSL color Cylindrical-coordinate representation of color #328B5D: hue angle of 148.99º 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 #328B5D is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 93 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.45 |
| HSL | 148.99º | 0.47% | 0.37% | - |
| HSV(B) | 148.99º | 0.64% | 0.55% | - |
| XYZ | 12.52 | 19.93 | 13.54 | - |
| YUV | 107.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 93 | 0.64 | 0 | 0.33 | 0.45 | 148.99 | 0.47 | 0.37 |
| Hex | 32 | 8B | 5D | 40 | 0 | 21 | 2D | 95 | 2F | 25 |
| Octal | 62 | 213 | 135 | 100 | 0 | 41 | 55 | 225 | 57 | 45 |
| Binary | 110010 | 10001011 | 1011101 | 1000000 | 0 | 100001 | 101101 | 10010101 | 101111 | 100101 |
Color Harmonies of #328B5D
Complementary color
Monochromatic Colors of #328B5D
Black with #328B5D
Text Example
Text Example
White with #328B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B5D; }
p { color: rgb(50,139,93); }
H1.HeaderClassName
{
color: #328B5D;
}
.AnyTagClassName
{
color: #328B5D;
}
</style>
background-color css
<style>
a { background-color: #328B5D; }
a { background-color: rgb(50,139,93); }
div.DivClassName
{
background-color: #328B5D;
}
.BgClassName
{
background-color: #328B5D;
}
</style>
border-color css
<style>
span { border-color: #328B5D; }
span { border-color: rgb(50,139,93); }
td.TdClassName
{
border-color: #328B5D;
}
.TagClassName
{
border-color: #328B5D;
}
</style>