Shades of Sea Green #359254
Tints of Sea Green #359254
RGB
CMYK
RGB Variations
Color information
#359254 (or 0x359254) is known color: Sea Green. HEX triplet: 35, 92 and 54. RGB value is (53,146,84). Sum of RGB (Red+Green+Blue) = 53+146+84=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #359254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359254 is #CA6DAB. Grayscale: #6F6F6F. Windows color (decimal): -13266348 or 5542453. OLE color: 5542453.
HSL color Cylindrical-coordinate representation of color #359254: hue angle of 140º 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 #359254 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 84 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.43 |
| HSL | 140º | 0.47% | 0.39% | - |
| HSV(B) | 140º | 0.64% | 0.57% | - |
| XYZ | 13.35 | 21.95 | 11.92 | - |
| YUV | 111.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 84 | 0.64 | 0 | 0.42 | 0.43 | 140 | 0.47 | 0.39 |
| Hex | 35 | 92 | 54 | 40 | 0 | 2A | 2B | 8C | 2F | 27 |
| Octal | 65 | 222 | 124 | 100 | 0 | 52 | 53 | 214 | 57 | 47 |
| Binary | 110101 | 10010010 | 1010100 | 1000000 | 0 | 101010 | 101011 | 10001100 | 101111 | 100111 |
Color Harmonies of #359254
Complementary color
Monochromatic Colors of #359254
Black with #359254
Text Example
Text Example
White with #359254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359254; }
p { color: rgb(53,146,84); }
H1.HeaderClassName
{
color: #359254;
}
.AnyTagClassName
{
color: #359254;
}
</style>
background-color css
<style>
a { background-color: #359254; }
a { background-color: rgb(53,146,84); }
div.DivClassName
{
background-color: #359254;
}
.BgClassName
{
background-color: #359254;
}
</style>
border-color css
<style>
span { border-color: #359254; }
span { border-color: rgb(53,146,84); }
td.TdClassName
{
border-color: #359254;
}
.TagClassName
{
border-color: #359254;
}
</style>