Shades of Sea Green #358949
Tints of Sea Green #358949
RGB
CMYK
RGB Variations
Color information
#358949 (or 0x358949) is known color: Sea Green. HEX triplet: 35, 89 and 49. RGB value is (53,137,73). Sum of RGB (Red+Green+Blue) = 53+137+73=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #358949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358949 is #CA76B6. Grayscale: #686868. Windows color (decimal): -13268663 or 4819253. OLE color: 4819253.
HSL color Cylindrical-coordinate representation of color #358949: hue angle of 134.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358949 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 73 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.46 |
| HSL | 134.29º | 0.44% | 0.37% | - |
| HSV(B) | 134.29º | 0.61% | 0.54% | - |
| XYZ | 11.62 | 19.13 | 9.38 | - |
| YUV | 104.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 73 | 0.61 | 0 | 0.47 | 0.46 | 134.29 | 0.44 | 0.37 |
| Hex | 35 | 89 | 49 | 3D | 0 | 2F | 2E | 86 | 2C | 25 |
| Octal | 65 | 211 | 111 | 75 | 0 | 57 | 56 | 206 | 54 | 45 |
| Binary | 110101 | 10001001 | 1001001 | 111101 | 0 | 101111 | 101110 | 10000110 | 101100 | 100101 |
Color Harmonies of #358949
Complementary color
Monochromatic Colors of #358949
Black with #358949
Text Example
Text Example
White with #358949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358949; }
p { color: rgb(53,137,73); }
H1.HeaderClassName
{
color: #358949;
}
.AnyTagClassName
{
color: #358949;
}
</style>
background-color css
<style>
a { background-color: #358949; }
a { background-color: rgb(53,137,73); }
div.DivClassName
{
background-color: #358949;
}
.BgClassName
{
background-color: #358949;
}
</style>
border-color css
<style>
span { border-color: #358949; }
span { border-color: rgb(53,137,73); }
td.TdClassName
{
border-color: #358949;
}
.TagClassName
{
border-color: #358949;
}
</style>