Shades of Sea Green #358559
Tints of Sea Green #358559
RGB
CMYK
RGB Variations
Color information
#358559 (or 0x358559) is known color: Sea Green. HEX triplet: 35, 85 and 59. RGB value is (53,133,89). Sum of RGB (Red+Green+Blue) = 53+133+89=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #358559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358559 is #CA7AA6. Grayscale: #686868. Windows color (decimal): -13269671 or 5866805. OLE color: 5866805.
HSL color Cylindrical-coordinate representation of color #358559: hue angle of 147º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358559 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 89 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.48 |
| HSL | 147º | 0.43% | 0.36% | - |
| HSV(B) | 147º | 0.6% | 0.52% | - |
| XYZ | 11.66 | 18.25 | 12.36 | - |
| YUV | 104.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 89 | 0.60 | 0 | 0.33 | 0.48 | 147 | 0.43 | 0.36 |
| Hex | 35 | 85 | 59 | 3C | 0 | 21 | 30 | 93 | 2B | 24 |
| Octal | 65 | 205 | 131 | 74 | 0 | 41 | 60 | 223 | 53 | 44 |
| Binary | 110101 | 10000101 | 1011001 | 111100 | 0 | 100001 | 110000 | 10010011 | 101011 | 100100 |
Color Harmonies of #358559
Complementary color
Monochromatic Colors of #358559
Black with #358559
Text Example
Text Example
White with #358559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358559; }
p { color: rgb(53,133,89); }
H1.HeaderClassName
{
color: #358559;
}
.AnyTagClassName
{
color: #358559;
}
</style>
background-color css
<style>
a { background-color: #358559; }
a { background-color: rgb(53,133,89); }
div.DivClassName
{
background-color: #358559;
}
.BgClassName
{
background-color: #358559;
}
</style>
border-color css
<style>
span { border-color: #358559; }
span { border-color: rgb(53,133,89); }
td.TdClassName
{
border-color: #358559;
}
.TagClassName
{
border-color: #358559;
}
</style>