Shades of Sea Green #359350
Tints of Sea Green #359350
RGB
CMYK
RGB Variations
Color information
#359350 (or 0x359350) is known color: Sea Green. HEX triplet: 35, 93 and 50. RGB value is (53,147,80). Sum of RGB (Red+Green+Blue) = 53+147+80=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #359350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359350 is #CA6CAF. Grayscale: #6F6F6F. Windows color (decimal): -13266096 or 5280565. OLE color: 5280565.
HSL color Cylindrical-coordinate representation of color #359350: hue angle of 137.23º 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 #359350 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 80 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.42 |
| HSL | 137.23º | 0.47% | 0.39% | - |
| HSV(B) | 137.23º | 0.64% | 0.58% | - |
| XYZ | 13.35 | 22.2 | 11.17 | - |
| YUV | 111.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 80 | 0.64 | 0 | 0.46 | 0.42 | 137.23 | 0.47 | 0.39 |
| Hex | 35 | 93 | 50 | 40 | 0 | 2E | 2A | 89 | 2F | 27 |
| Octal | 65 | 223 | 120 | 100 | 0 | 56 | 52 | 211 | 57 | 47 |
| Binary | 110101 | 10010011 | 1010000 | 1000000 | 0 | 101110 | 101010 | 10001001 | 101111 | 100111 |
Color Harmonies of #359350
Complementary color
Monochromatic Colors of #359350
Black with #359350
Text Example
Text Example
White with #359350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359350; }
p { color: rgb(53,147,80); }
H1.HeaderClassName
{
color: #359350;
}
.AnyTagClassName
{
color: #359350;
}
</style>
background-color css
<style>
a { background-color: #359350; }
a { background-color: rgb(53,147,80); }
div.DivClassName
{
background-color: #359350;
}
.BgClassName
{
background-color: #359350;
}
</style>
border-color css
<style>
span { border-color: #359350; }
span { border-color: rgb(53,147,80); }
td.TdClassName
{
border-color: #359350;
}
.TagClassName
{
border-color: #359350;
}
</style>