Shades of Sea Green #358952
Tints of Sea Green #358952
RGB
CMYK
RGB Variations
Color information
#358952 (or 0x358952) is known color: Sea Green. HEX triplet: 35, 89 and 52. RGB value is (53,137,82). Sum of RGB (Red+Green+Blue) = 53+137+82=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #358952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358952 is #CA76AD. Grayscale: #696969. Windows color (decimal): -13268654 or 5409077. OLE color: 5409077.
HSL color Cylindrical-coordinate representation of color #358952: hue angle of 140.71º 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 #358952 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 82 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.46 |
| HSL | 140.71º | 0.44% | 0.37% | - |
| HSV(B) | 140.71º | 0.61% | 0.54% | - |
| XYZ | 11.94 | 19.26 | 11.07 | - |
| YUV | 105.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 82 | 0.61 | 0 | 0.40 | 0.46 | 140.71 | 0.44 | 0.37 |
| Hex | 35 | 89 | 52 | 3D | 0 | 28 | 2E | 8D | 2C | 25 |
| Octal | 65 | 211 | 122 | 75 | 0 | 50 | 56 | 215 | 54 | 45 |
| Binary | 110101 | 10001001 | 1010010 | 111101 | 0 | 101000 | 101110 | 10001101 | 101100 | 100101 |
Color Harmonies of #358952
Complementary color
Monochromatic Colors of #358952
Black with #358952
Text Example
Text Example
White with #358952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358952; }
p { color: rgb(53,137,82); }
H1.HeaderClassName
{
color: #358952;
}
.AnyTagClassName
{
color: #358952;
}
</style>
background-color css
<style>
a { background-color: #358952; }
a { background-color: rgb(53,137,82); }
div.DivClassName
{
background-color: #358952;
}
.BgClassName
{
background-color: #358952;
}
</style>
border-color css
<style>
span { border-color: #358952; }
span { border-color: rgb(53,137,82); }
td.TdClassName
{
border-color: #358952;
}
.TagClassName
{
border-color: #358952;
}
</style>