Shades of Sea Green #32864C
Tints of Sea Green #32864C
RGB
CMYK
RGB Variations
Color information
#32864C (or 0x32864C) is known color: Sea Green. HEX triplet: 32, 86 and 4C. RGB value is (50,134,76). Sum of RGB (Red+Green+Blue) = 50+134+76=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #32864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32864C is #CD79B3. Grayscale: #666666. Windows color (decimal): -13466036 or 5015090. OLE color: 5015090.
HSL color Cylindrical-coordinate representation of color #32864C: hue angle of 138.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32864C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 76 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.47 |
| HSL | 138.57º | 0.46% | 0.36% | - |
| HSV(B) | 138.57º | 0.63% | 0.53% | - |
| XYZ | 11.15 | 18.25 | 9.77 | - |
| YUV | 102.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 76 | 0.63 | 0 | 0.43 | 0.47 | 138.57 | 0.46 | 0.36 |
| Hex | 32 | 86 | 4C | 3F | 0 | 2B | 2F | 8B | 2E | 24 |
| Octal | 62 | 206 | 114 | 77 | 0 | 53 | 57 | 213 | 56 | 44 |
| Binary | 110010 | 10000110 | 1001100 | 111111 | 0 | 101011 | 101111 | 10001011 | 101110 | 100100 |
Color Harmonies of #32864C
Complementary color
Monochromatic Colors of #32864C
Black with #32864C
Text Example
Text Example
White with #32864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32864C; }
p { color: rgb(50,134,76); }
H1.HeaderClassName
{
color: #32864C;
}
.AnyTagClassName
{
color: #32864C;
}
</style>
background-color css
<style>
a { background-color: #32864C; }
a { background-color: rgb(50,134,76); }
div.DivClassName
{
background-color: #32864C;
}
.BgClassName
{
background-color: #32864C;
}
</style>
border-color css
<style>
span { border-color: #32864C; }
span { border-color: rgb(50,134,76); }
td.TdClassName
{
border-color: #32864C;
}
.TagClassName
{
border-color: #32864C;
}
</style>