Shades of Sea Green #32914F
Tints of Sea Green #32914F
RGB
CMYK
RGB Variations
Color information
#32914F (or 0x32914F) is known color: Sea Green. HEX triplet: 32, 91 and 4F. RGB value is (50,145,79). Sum of RGB (Red+Green+Blue) = 50+145+79=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #32914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32914F is #CD6EB0. Grayscale: #6D6D6D. Windows color (decimal): -13463217 or 5214514. OLE color: 5214514.
HSL color Cylindrical-coordinate representation of color #32914F: hue angle of 138.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32914F is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 79 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.43 |
| HSL | 138.32º | 0.49% | 0.38% | - |
| HSV(B) | 138.32º | 0.66% | 0.57% | - |
| XYZ | 12.85 | 21.49 | 10.87 | - |
| YUV | 109.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 79 | 0.66 | 0 | 0.46 | 0.43 | 138.32 | 0.49 | 0.38 |
| Hex | 32 | 91 | 4F | 42 | 0 | 2E | 2B | 8A | 31 | 26 |
| Octal | 62 | 221 | 117 | 102 | 0 | 56 | 53 | 212 | 61 | 46 |
| Binary | 110010 | 10010001 | 1001111 | 1000010 | 0 | 101110 | 101011 | 10001010 | 110001 | 100110 |
Color Harmonies of #32914F
Complementary color
Monochromatic Colors of #32914F
Black with #32914F
Text Example
Text Example
White with #32914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32914F; }
p { color: rgb(50,145,79); }
H1.HeaderClassName
{
color: #32914F;
}
.AnyTagClassName
{
color: #32914F;
}
</style>
background-color css
<style>
a { background-color: #32914F; }
a { background-color: rgb(50,145,79); }
div.DivClassName
{
background-color: #32914F;
}
.BgClassName
{
background-color: #32914F;
}
</style>
border-color css
<style>
span { border-color: #32914F; }
span { border-color: rgb(50,145,79); }
td.TdClassName
{
border-color: #32914F;
}
.TagClassName
{
border-color: #32914F;
}
</style>