Shades of Sea Green #358955
Tints of Sea Green #358955
RGB
CMYK
RGB Variations
Color information
#358955 (or 0x358955) is known color: Sea Green. HEX triplet: 35, 89 and 55. RGB value is (53,137,85). Sum of RGB (Red+Green+Blue) = 53+137+85=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #358955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358955 is #CA76AA. Grayscale: #6A6A6A. Windows color (decimal): -13268651 or 5605685. OLE color: 5605685.
HSL color Cylindrical-coordinate representation of color #358955: hue angle of 142.86º 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 #358955 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 85 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.46 |
| HSL | 142.86º | 0.44% | 0.37% | - |
| HSV(B) | 142.86º | 0.61% | 0.54% | - |
| XYZ | 12.05 | 19.3 | 11.69 | - |
| YUV | 105.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 85 | 0.61 | 0 | 0.38 | 0.46 | 142.86 | 0.44 | 0.37 |
| Hex | 35 | 89 | 55 | 3D | 0 | 26 | 2E | 8F | 2C | 25 |
| Octal | 65 | 211 | 125 | 75 | 0 | 46 | 56 | 217 | 54 | 45 |
| Binary | 110101 | 10001001 | 1010101 | 111101 | 0 | 100110 | 101110 | 10001111 | 101100 | 100101 |
Color Harmonies of #358955
Complementary color
Monochromatic Colors of #358955
Black with #358955
Text Example
Text Example
White with #358955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358955; }
p { color: rgb(53,137,85); }
H1.HeaderClassName
{
color: #358955;
}
.AnyTagClassName
{
color: #358955;
}
</style>
background-color css
<style>
a { background-color: #358955; }
a { background-color: rgb(53,137,85); }
div.DivClassName
{
background-color: #358955;
}
.BgClassName
{
background-color: #358955;
}
</style>
border-color css
<style>
span { border-color: #358955; }
span { border-color: rgb(53,137,85); }
td.TdClassName
{
border-color: #358955;
}
.TagClassName
{
border-color: #358955;
}
</style>