Shades of Sea Green #369055
Tints of Sea Green #369055
RGB
CMYK
RGB Variations
Color information
#369055 (or 0x369055) is known color: Sea Green. HEX triplet: 36, 90 and 55. RGB value is (54,144,85). Sum of RGB (Red+Green+Blue) = 54+144+85=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #369055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369055 is #C96FAA. Grayscale: #6E6E6E. Windows color (decimal): -13201323 or 5607478. OLE color: 5607478.
HSL color Cylindrical-coordinate representation of color #369055: hue angle of 140.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369055 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 85 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.44 |
| HSL | 140.67º | 0.45% | 0.39% | - |
| HSV(B) | 140.67º | 0.63% | 0.56% | - |
| XYZ | 13.13 | 21.39 | 12.03 | - |
| YUV | 110.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 85 | 0.63 | 0 | 0.41 | 0.44 | 140.67 | 0.45 | 0.39 |
| Hex | 36 | 90 | 55 | 3F | 0 | 29 | 2C | 8D | 2D | 27 |
| Octal | 66 | 220 | 125 | 77 | 0 | 51 | 54 | 215 | 55 | 47 |
| Binary | 110110 | 10010000 | 1010101 | 111111 | 0 | 101001 | 101100 | 10001101 | 101101 | 100111 |
Color Harmonies of #369055
Complementary color
Monochromatic Colors of #369055
Black with #369055
Text Example
Text Example
White with #369055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369055; }
p { color: rgb(54,144,85); }
H1.HeaderClassName
{
color: #369055;
}
.AnyTagClassName
{
color: #369055;
}
</style>
background-color css
<style>
a { background-color: #369055; }
a { background-color: rgb(54,144,85); }
div.DivClassName
{
background-color: #369055;
}
.BgClassName
{
background-color: #369055;
}
</style>
border-color css
<style>
span { border-color: #369055; }
span { border-color: rgb(54,144,85); }
td.TdClassName
{
border-color: #369055;
}
.TagClassName
{
border-color: #369055;
}
</style>