Shades of Sea Green #32944C
Tints of Sea Green #32944C
RGB
CMYK
RGB Variations
Color information
#32944C (or 0x32944C) is known color: Sea Green. HEX triplet: 32, 94 and 4C. RGB value is (50,148,76). Sum of RGB (Red+Green+Blue) = 50+148+76=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #32944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32944C is #CD6BB3. Grayscale: #6E6E6E. Windows color (decimal): -13462452 or 5018674. OLE color: 5018674.
HSL color Cylindrical-coordinate representation of color #32944C: hue angle of 135.92º 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 #32944C is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 76 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.42 |
| HSL | 135.92º | 0.49% | 0.39% | - |
| HSV(B) | 135.92º | 0.66% | 0.58% | - |
| XYZ | 13.21 | 22.38 | 10.46 | - |
| YUV | 110.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 76 | 0.66 | 0 | 0.49 | 0.42 | 135.92 | 0.49 | 0.39 |
| Hex | 32 | 94 | 4C | 42 | 0 | 31 | 2A | 88 | 31 | 27 |
| Octal | 62 | 224 | 114 | 102 | 0 | 61 | 52 | 210 | 61 | 47 |
| Binary | 110010 | 10010100 | 1001100 | 1000010 | 0 | 110001 | 101010 | 10001000 | 110001 | 100111 |
Color Harmonies of #32944C
Complementary color
Monochromatic Colors of #32944C
Black with #32944C
Text Example
Text Example
White with #32944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32944C; }
p { color: rgb(50,148,76); }
H1.HeaderClassName
{
color: #32944C;
}
.AnyTagClassName
{
color: #32944C;
}
</style>
background-color css
<style>
a { background-color: #32944C; }
a { background-color: rgb(50,148,76); }
div.DivClassName
{
background-color: #32944C;
}
.BgClassName
{
background-color: #32944C;
}
</style>
border-color css
<style>
span { border-color: #32944C; }
span { border-color: rgb(50,148,76); }
td.TdClassName
{
border-color: #32944C;
}
.TagClassName
{
border-color: #32944C;
}
</style>