Shades of Sea Green #328B4B
Tints of Sea Green #328B4B
RGB
CMYK
RGB Variations
Color information
#328B4B (or 0x328B4B) is known color: Sea Green. HEX triplet: 32, 8B and 4B. RGB value is (50,139,75). Sum of RGB (Red+Green+Blue) = 50+139+75=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #328B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B4B is #CD74B4. Grayscale: #696969. Windows color (decimal): -13464757 or 4950834. OLE color: 4950834.
HSL color Cylindrical-coordinate representation of color #328B4B: hue angle of 136.85º 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 #328B4B is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 75 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.45 |
| HSL | 136.85º | 0.47% | 0.37% | - |
| HSV(B) | 136.85º | 0.64% | 0.55% | - |
| XYZ | 11.82 | 19.65 | 9.83 | - |
| YUV | 105.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 75 | 0.64 | 0 | 0.46 | 0.45 | 136.85 | 0.47 | 0.37 |
| Hex | 32 | 8B | 4B | 40 | 0 | 2E | 2D | 89 | 2F | 25 |
| Octal | 62 | 213 | 113 | 100 | 0 | 56 | 55 | 211 | 57 | 45 |
| Binary | 110010 | 10001011 | 1001011 | 1000000 | 0 | 101110 | 101101 | 10001001 | 101111 | 100101 |
Color Harmonies of #328B4B
Complementary color
Monochromatic Colors of #328B4B
Black with #328B4B
Text Example
Text Example
White with #328B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B4B; }
p { color: rgb(50,139,75); }
H1.HeaderClassName
{
color: #328B4B;
}
.AnyTagClassName
{
color: #328B4B;
}
</style>
background-color css
<style>
a { background-color: #328B4B; }
a { background-color: rgb(50,139,75); }
div.DivClassName
{
background-color: #328B4B;
}
.BgClassName
{
background-color: #328B4B;
}
</style>
border-color css
<style>
span { border-color: #328B4B; }
span { border-color: rgb(50,139,75); }
td.TdClassName
{
border-color: #328B4B;
}
.TagClassName
{
border-color: #328B4B;
}
</style>