Shades of Sea Green #358750
Tints of Sea Green #358750
RGB
CMYK
RGB Variations
Color information
#358750 (or 0x358750) is known color: Sea Green. HEX triplet: 35, 87 and 50. RGB value is (53,135,80). Sum of RGB (Red+Green+Blue) = 53+135+80=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #358750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358750 is #CA78AF. Grayscale: #686868. Windows color (decimal): -13269168 or 5277493. OLE color: 5277493.
HSL color Cylindrical-coordinate representation of color #358750: hue angle of 139.76º 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 #358750 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 80 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.47 |
| HSL | 139.76º | 0.44% | 0.37% | - |
| HSV(B) | 139.76º | 0.61% | 0.53% | - |
| XYZ | 11.58 | 18.66 | 10.58 | - |
| YUV | 104.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 80 | 0.61 | 0 | 0.41 | 0.47 | 139.76 | 0.44 | 0.37 |
| Hex | 35 | 87 | 50 | 3D | 0 | 29 | 2F | 8C | 2C | 25 |
| Octal | 65 | 207 | 120 | 75 | 0 | 51 | 57 | 214 | 54 | 45 |
| Binary | 110101 | 10000111 | 1010000 | 111101 | 0 | 101001 | 101111 | 10001100 | 101100 | 100101 |
Color Harmonies of #358750
Complementary color
Monochromatic Colors of #358750
Black with #358750
Text Example
Text Example
White with #358750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358750; }
p { color: rgb(53,135,80); }
H1.HeaderClassName
{
color: #358750;
}
.AnyTagClassName
{
color: #358750;
}
</style>
background-color css
<style>
a { background-color: #358750; }
a { background-color: rgb(53,135,80); }
div.DivClassName
{
background-color: #358750;
}
.BgClassName
{
background-color: #358750;
}
</style>
border-color css
<style>
span { border-color: #358750; }
span { border-color: rgb(53,135,80); }
td.TdClassName
{
border-color: #358750;
}
.TagClassName
{
border-color: #358750;
}
</style>