Shades of Sea Green #32934A
Tints of Sea Green #32934A
RGB
CMYK
RGB Variations
Color information
#32934A (or 0x32934A) is known color: Sea Green. HEX triplet: 32, 93 and 4A. RGB value is (50,147,74). Sum of RGB (Red+Green+Blue) = 50+147+74=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #32934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32934A is #CD6CB5. Grayscale: #6D6D6D. Windows color (decimal): -13462710 or 4887346. OLE color: 4887346.
HSL color Cylindrical-coordinate representation of color #32934A: hue angle of 134.85º 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 #32934A is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 74 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.42 |
| HSL | 134.85º | 0.49% | 0.39% | - |
| HSV(B) | 134.85º | 0.66% | 0.58% | - |
| XYZ | 12.99 | 22.04 | 10.05 | - |
| YUV | 109.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 74 | 0.66 | 0 | 0.50 | 0.42 | 134.85 | 0.49 | 0.39 |
| Hex | 32 | 93 | 4A | 42 | 0 | 32 | 2A | 87 | 31 | 27 |
| Octal | 62 | 223 | 112 | 102 | 0 | 62 | 52 | 207 | 61 | 47 |
| Binary | 110010 | 10010011 | 1001010 | 1000010 | 0 | 110010 | 101010 | 10000111 | 110001 | 100111 |
Color Harmonies of #32934A
Complementary color
Monochromatic Colors of #32934A
Black with #32934A
Text Example
Text Example
White with #32934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32934A; }
p { color: rgb(50,147,74); }
H1.HeaderClassName
{
color: #32934A;
}
.AnyTagClassName
{
color: #32934A;
}
</style>
background-color css
<style>
a { background-color: #32934A; }
a { background-color: rgb(50,147,74); }
div.DivClassName
{
background-color: #32934A;
}
.BgClassName
{
background-color: #32934A;
}
</style>
border-color css
<style>
span { border-color: #32934A; }
span { border-color: rgb(50,147,74); }
td.TdClassName
{
border-color: #32934A;
}
.TagClassName
{
border-color: #32934A;
}
</style>