Shades of Sea Green #358561
Tints of Sea Green #358561
RGB
CMYK
RGB Variations
Color information
#358561 (or 0x358561) is known color: Sea Green. HEX triplet: 35, 85 and 61. RGB value is (53,133,97). Sum of RGB (Red+Green+Blue) = 53+133+97=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #358561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358561 is #CA7A9E. Grayscale: #696969. Windows color (decimal): -13269663 or 6391093. OLE color: 6391093.
HSL color Cylindrical-coordinate representation of color #358561: hue angle of 153º 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 #358561 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 97 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.48 |
| HSL | 153º | 0.43% | 0.36% | - |
| HSV(B) | 153º | 0.6% | 0.52% | - |
| XYZ | 12.01 | 18.4 | 14.23 | - |
| YUV | 104.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 97 | 0.60 | 0 | 0.27 | 0.48 | 153 | 0.43 | 0.36 |
| Hex | 35 | 85 | 61 | 3C | 0 | 1B | 30 | 99 | 2B | 24 |
| Octal | 65 | 205 | 141 | 74 | 0 | 33 | 60 | 231 | 53 | 44 |
| Binary | 110101 | 10000101 | 1100001 | 111100 | 0 | 11011 | 110000 | 10011001 | 101011 | 100100 |
Color Harmonies of #358561
Complementary color
Monochromatic Colors of #358561
Black with #358561
Text Example
Text Example
White with #358561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358561; }
p { color: rgb(53,133,97); }
H1.HeaderClassName
{
color: #358561;
}
.AnyTagClassName
{
color: #358561;
}
</style>
background-color css
<style>
a { background-color: #358561; }
a { background-color: rgb(53,133,97); }
div.DivClassName
{
background-color: #358561;
}
.BgClassName
{
background-color: #358561;
}
</style>
border-color css
<style>
span { border-color: #358561; }
span { border-color: rgb(53,133,97); }
td.TdClassName
{
border-color: #358561;
}
.TagClassName
{
border-color: #358561;
}
</style>