Shades of Sea Green #328B5C
Tints of Sea Green #328B5C
RGB
CMYK
RGB Variations
Color information
#328B5C (or 0x328B5C) is known color: Sea Green. HEX triplet: 32, 8B and 5C. RGB value is (50,139,92). Sum of RGB (Red+Green+Blue) = 50+139+92=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #328B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B5C is #CD74A3. Grayscale: #6B6B6B. Windows color (decimal): -13464740 or 6064946. OLE color: 6064946.
HSL color Cylindrical-coordinate representation of color #328B5C: hue angle of 148.31º 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 #328B5C is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 92 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.45 |
| HSL | 148.31º | 0.47% | 0.37% | - |
| HSV(B) | 148.31º | 0.64% | 0.55% | - |
| XYZ | 12.48 | 19.92 | 13.31 | - |
| YUV | 107.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 92 | 0.64 | 0 | 0.34 | 0.45 | 148.31 | 0.47 | 0.37 |
| Hex | 32 | 8B | 5C | 40 | 0 | 22 | 2D | 94 | 2F | 25 |
| Octal | 62 | 213 | 134 | 100 | 0 | 42 | 55 | 224 | 57 | 45 |
| Binary | 110010 | 10001011 | 1011100 | 1000000 | 0 | 100010 | 101101 | 10010100 | 101111 | 100101 |
Color Harmonies of #328B5C
Complementary color
Monochromatic Colors of #328B5C
Black with #328B5C
Text Example
Text Example
White with #328B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B5C; }
p { color: rgb(50,139,92); }
H1.HeaderClassName
{
color: #328B5C;
}
.AnyTagClassName
{
color: #328B5C;
}
</style>
background-color css
<style>
a { background-color: #328B5C; }
a { background-color: rgb(50,139,92); }
div.DivClassName
{
background-color: #328B5C;
}
.BgClassName
{
background-color: #328B5C;
}
</style>
border-color css
<style>
span { border-color: #328B5C; }
span { border-color: rgb(50,139,92); }
td.TdClassName
{
border-color: #328B5C;
}
.TagClassName
{
border-color: #328B5C;
}
</style>