Shades of Sea Green #368D52
Tints of Sea Green #368D52
RGB
CMYK
RGB Variations
Color information
#368D52 (or 0x368D52) is known color: Sea Green. HEX triplet: 36, 8D and 52. RGB value is (54,141,82). Sum of RGB (Red+Green+Blue) = 54+141+82=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #368D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D52 is #C972AD. Grayscale: #6C6C6C. Windows color (decimal): -13202094 or 5410102. OLE color: 5410102.
HSL color Cylindrical-coordinate representation of color #368D52: hue angle of 139.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D52 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 82 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.45 |
| HSL | 139.31º | 0.45% | 0.38% | - |
| HSV(B) | 139.31º | 0.62% | 0.55% | - |
| XYZ | 12.57 | 20.44 | 11.27 | - |
| YUV | 108.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 82 | 0.62 | 0 | 0.42 | 0.45 | 139.31 | 0.45 | 0.38 |
| Hex | 36 | 8D | 52 | 3E | 0 | 2A | 2D | 8B | 2D | 26 |
| Octal | 66 | 215 | 122 | 76 | 0 | 52 | 55 | 213 | 55 | 46 |
| Binary | 110110 | 10001101 | 1010010 | 111110 | 0 | 101010 | 101101 | 10001011 | 101101 | 100110 |
Color Harmonies of #368D52
Complementary color
Monochromatic Colors of #368D52
Black with #368D52
Text Example
Text Example
White with #368D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D52; }
p { color: rgb(54,141,82); }
H1.HeaderClassName
{
color: #368D52;
}
.AnyTagClassName
{
color: #368D52;
}
</style>
background-color css
<style>
a { background-color: #368D52; }
a { background-color: rgb(54,141,82); }
div.DivClassName
{
background-color: #368D52;
}
.BgClassName
{
background-color: #368D52;
}
</style>
border-color css
<style>
span { border-color: #368D52; }
span { border-color: rgb(54,141,82); }
td.TdClassName
{
border-color: #368D52;
}
.TagClassName
{
border-color: #368D52;
}
</style>