Shades of Sea Green #359250
Tints of Sea Green #359250
RGB
CMYK
RGB Variations
Color information
#359250 (or 0x359250) is known color: Sea Green. HEX triplet: 35, 92 and 50. RGB value is (53,146,80). Sum of RGB (Red+Green+Blue) = 53+146+80=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #359250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359250 is #CA6DAF. Grayscale: #6E6E6E. Windows color (decimal): -13266352 or 5280309. OLE color: 5280309.
HSL color Cylindrical-coordinate representation of color #359250: hue angle of 137.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359250 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 80 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.43 |
| HSL | 137.42º | 0.47% | 0.39% | - |
| HSV(B) | 137.42º | 0.64% | 0.57% | - |
| XYZ | 13.2 | 21.89 | 11.12 | - |
| YUV | 110.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 80 | 0.64 | 0 | 0.45 | 0.43 | 137.42 | 0.47 | 0.39 |
| Hex | 35 | 92 | 50 | 40 | 0 | 2D | 2B | 89 | 2F | 27 |
| Octal | 65 | 222 | 120 | 100 | 0 | 55 | 53 | 211 | 57 | 47 |
| Binary | 110101 | 10010010 | 1010000 | 1000000 | 0 | 101101 | 101011 | 10001001 | 101111 | 100111 |
Color Harmonies of #359250
Complementary color
Monochromatic Colors of #359250
Black with #359250
Text Example
Text Example
White with #359250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359250; }
p { color: rgb(53,146,80); }
H1.HeaderClassName
{
color: #359250;
}
.AnyTagClassName
{
color: #359250;
}
</style>
background-color css
<style>
a { background-color: #359250; }
a { background-color: rgb(53,146,80); }
div.DivClassName
{
background-color: #359250;
}
.BgClassName
{
background-color: #359250;
}
</style>
border-color css
<style>
span { border-color: #359250; }
span { border-color: rgb(53,146,80); }
td.TdClassName
{
border-color: #359250;
}
.TagClassName
{
border-color: #359250;
}
</style>