Shades of Sea Green #328C4C
Tints of Sea Green #328C4C
RGB
CMYK
RGB Variations
Color information
#328C4C (or 0x328C4C) is known color: Sea Green. HEX triplet: 32, 8C and 4C. RGB value is (50,140,76). Sum of RGB (Red+Green+Blue) = 50+140+76=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #328C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C4C is #CD73B3. Grayscale: #696969. Windows color (decimal): -13464500 or 5016626. OLE color: 5016626.
HSL color Cylindrical-coordinate representation of color #328C4C: hue angle of 137.33º 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 #328C4C is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 76 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.45 |
| HSL | 137.33º | 0.47% | 0.37% | - |
| HSV(B) | 137.33º | 0.64% | 0.55% | - |
| XYZ | 12 | 19.96 | 10.06 | - |
| YUV | 105.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 76 | 0.64 | 0 | 0.46 | 0.45 | 137.33 | 0.47 | 0.37 |
| Hex | 32 | 8C | 4C | 40 | 0 | 2E | 2D | 89 | 2F | 25 |
| Octal | 62 | 214 | 114 | 100 | 0 | 56 | 55 | 211 | 57 | 45 |
| Binary | 110010 | 10001100 | 1001100 | 1000000 | 0 | 101110 | 101101 | 10001001 | 101111 | 100101 |
Color Harmonies of #328C4C
Complementary color
Monochromatic Colors of #328C4C
Black with #328C4C
Text Example
Text Example
White with #328C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C4C; }
p { color: rgb(50,140,76); }
H1.HeaderClassName
{
color: #328C4C;
}
.AnyTagClassName
{
color: #328C4C;
}
</style>
background-color css
<style>
a { background-color: #328C4C; }
a { background-color: rgb(50,140,76); }
div.DivClassName
{
background-color: #328C4C;
}
.BgClassName
{
background-color: #328C4C;
}
</style>
border-color css
<style>
span { border-color: #328C4C; }
span { border-color: rgb(50,140,76); }
td.TdClassName
{
border-color: #328C4C;
}
.TagClassName
{
border-color: #328C4C;
}
</style>