Shades of Sea Green #358361
Tints of Sea Green #358361
RGB
CMYK
RGB Variations
Color information
#358361 (or 0x358361) is known color: Sea Green. HEX triplet: 35, 83 and 61. RGB value is (53,131,97). Sum of RGB (Red+Green+Blue) = 53+131+97=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #358361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358361 is #CA7C9E. Grayscale: #676767. Windows color (decimal): -13270175 or 6390581. OLE color: 6390581.
HSL color Cylindrical-coordinate representation of color #358361: hue angle of 153.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358361 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 97 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.49 |
| HSL | 153.85º | 0.42% | 0.36% | - |
| HSV(B) | 153.85º | 0.6% | 0.51% | - |
| XYZ | 11.74 | 17.85 | 14.14 | - |
| YUV | 103.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 97 | 0.60 | 0 | 0.26 | 0.49 | 153.85 | 0.42 | 0.36 |
| Hex | 35 | 83 | 61 | 3C | 0 | 1A | 31 | 9A | 2A | 24 |
| Octal | 65 | 203 | 141 | 74 | 0 | 32 | 61 | 232 | 52 | 44 |
| Binary | 110101 | 10000011 | 1100001 | 111100 | 0 | 11010 | 110001 | 10011010 | 101010 | 100100 |
Color Harmonies of #358361
Complementary color
Monochromatic Colors of #358361
Black with #358361
Text Example
Text Example
White with #358361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358361; }
p { color: rgb(53,131,97); }
H1.HeaderClassName
{
color: #358361;
}
.AnyTagClassName
{
color: #358361;
}
</style>
background-color css
<style>
a { background-color: #358361; }
a { background-color: rgb(53,131,97); }
div.DivClassName
{
background-color: #358361;
}
.BgClassName
{
background-color: #358361;
}
</style>
border-color css
<style>
span { border-color: #358361; }
span { border-color: rgb(53,131,97); }
td.TdClassName
{
border-color: #358361;
}
.TagClassName
{
border-color: #358361;
}
</style>