Shades of Sea Green #358850
Tints of Sea Green #358850
RGB
CMYK
RGB Variations
Color information
#358850 (or 0x358850) is known color: Sea Green. HEX triplet: 35, 88 and 50. RGB value is (53,136,80). Sum of RGB (Red+Green+Blue) = 53+136+80=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #358850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358850 is #CA77AF. Grayscale: #686868. Windows color (decimal): -13268912 or 5277749. OLE color: 5277749.
HSL color Cylindrical-coordinate representation of color #358850: hue angle of 139.52º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358850 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 80 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.47 |
| HSL | 139.52º | 0.44% | 0.37% | - |
| HSV(B) | 139.52º | 0.61% | 0.53% | - |
| XYZ | 11.72 | 18.94 | 10.63 | - |
| YUV | 104.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 80 | 0.61 | 0 | 0.41 | 0.47 | 139.52 | 0.44 | 0.37 |
| Hex | 35 | 88 | 50 | 3D | 0 | 29 | 2F | 8C | 2C | 25 |
| Octal | 65 | 210 | 120 | 75 | 0 | 51 | 57 | 214 | 54 | 45 |
| Binary | 110101 | 10001000 | 1010000 | 111101 | 0 | 101001 | 101111 | 10001100 | 101100 | 100101 |
Color Harmonies of #358850
Complementary color
Monochromatic Colors of #358850
Black with #358850
Text Example
Text Example
White with #358850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358850; }
p { color: rgb(53,136,80); }
H1.HeaderClassName
{
color: #358850;
}
.AnyTagClassName
{
color: #358850;
}
</style>
background-color css
<style>
a { background-color: #358850; }
a { background-color: rgb(53,136,80); }
div.DivClassName
{
background-color: #358850;
}
.BgClassName
{
background-color: #358850;
}
</style>
border-color css
<style>
span { border-color: #358850; }
span { border-color: rgb(53,136,80); }
td.TdClassName
{
border-color: #358850;
}
.TagClassName
{
border-color: #358850;
}
</style>