Shades of Sea Green #359353
Tints of Sea Green #359353
RGB
CMYK
RGB Variations
Color information
#359353 (or 0x359353) is known color: Sea Green. HEX triplet: 35, 93 and 53. RGB value is (53,147,83). Sum of RGB (Red+Green+Blue) = 53+147+83=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #359353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359353 is #CA6CAC. Grayscale: #6F6F6F. Windows color (decimal): -13266093 or 5477173. OLE color: 5477173.
HSL color Cylindrical-coordinate representation of color #359353: hue angle of 139.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359353 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 83 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.42 |
| HSL | 139.15º | 0.47% | 0.39% | - |
| HSV(B) | 139.15º | 0.64% | 0.58% | - |
| XYZ | 13.46 | 22.25 | 11.77 | - |
| YUV | 111.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 83 | 0.64 | 0 | 0.44 | 0.42 | 139.15 | 0.47 | 0.39 |
| Hex | 35 | 93 | 53 | 40 | 0 | 2C | 2A | 8B | 2F | 27 |
| Octal | 65 | 223 | 123 | 100 | 0 | 54 | 52 | 213 | 57 | 47 |
| Binary | 110101 | 10010011 | 1010011 | 1000000 | 0 | 101100 | 101010 | 10001011 | 101111 | 100111 |
Color Harmonies of #359353
Complementary color
Monochromatic Colors of #359353
Black with #359353
Text Example
Text Example
White with #359353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359353; }
p { color: rgb(53,147,83); }
H1.HeaderClassName
{
color: #359353;
}
.AnyTagClassName
{
color: #359353;
}
</style>
background-color css
<style>
a { background-color: #359353; }
a { background-color: rgb(53,147,83); }
div.DivClassName
{
background-color: #359353;
}
.BgClassName
{
background-color: #359353;
}
</style>
border-color css
<style>
span { border-color: #359353; }
span { border-color: rgb(53,147,83); }
td.TdClassName
{
border-color: #359353;
}
.TagClassName
{
border-color: #359353;
}
</style>