Shades of Sea Green #329449
Tints of Sea Green #329449
RGB
CMYK
RGB Variations
Color information
#329449 (or 0x329449) is known color: Sea Green. HEX triplet: 32, 94 and 49. RGB value is (50,148,73). Sum of RGB (Red+Green+Blue) = 50+148+73=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #329449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329449 is #CD6BB6. Grayscale: #6E6E6E. Windows color (decimal): -13462455 or 4822066. OLE color: 4822066.
HSL color Cylindrical-coordinate representation of color #329449: hue angle of 134.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329449 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 73 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.42 |
| HSL | 134.08º | 0.49% | 0.39% | - |
| HSV(B) | 134.08º | 0.66% | 0.58% | - |
| XYZ | 13.11 | 22.34 | 9.92 | - |
| YUV | 110.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 73 | 0.66 | 0 | 0.51 | 0.42 | 134.08 | 0.49 | 0.39 |
| Hex | 32 | 94 | 49 | 42 | 0 | 33 | 2A | 86 | 31 | 27 |
| Octal | 62 | 224 | 111 | 102 | 0 | 63 | 52 | 206 | 61 | 47 |
| Binary | 110010 | 10010100 | 1001001 | 1000010 | 0 | 110011 | 101010 | 10000110 | 110001 | 100111 |
Color Harmonies of #329449
Complementary color
Monochromatic Colors of #329449
Black with #329449
Text Example
Text Example
White with #329449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329449; }
p { color: rgb(50,148,73); }
H1.HeaderClassName
{
color: #329449;
}
.AnyTagClassName
{
color: #329449;
}
</style>
background-color css
<style>
a { background-color: #329449; }
a { background-color: rgb(50,148,73); }
div.DivClassName
{
background-color: #329449;
}
.BgClassName
{
background-color: #329449;
}
</style>
border-color css
<style>
span { border-color: #329449; }
span { border-color: rgb(50,148,73); }
td.TdClassName
{
border-color: #329449;
}
.TagClassName
{
border-color: #329449;
}
</style>