Shades of Sea Green #388D52
Tints of Sea Green #388D52
RGB
CMYK
RGB Variations
Color information
#388D52 (or 0x388D52) is known color: Sea Green. HEX triplet: 38, 8D and 52. RGB value is (56,141,82). Sum of RGB (Red+Green+Blue) = 56+141+82=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #388D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D52 is #C772AD. Grayscale: #6D6D6D. Windows color (decimal): -13071022 or 5410104. OLE color: 5410104.
HSL color Cylindrical-coordinate representation of color #388D52: hue angle of 138.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D52 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 82 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.45 |
| HSL | 138.35º | 0.43% | 0.39% | - |
| HSV(B) | 138.35º | 0.6% | 0.55% | - |
| XYZ | 12.68 | 20.5 | 11.27 | - |
| YUV | 108.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 82 | 0.60 | 0 | 0.42 | 0.45 | 138.35 | 0.43 | 0.39 |
| Hex | 38 | 8D | 52 | 3C | 0 | 2A | 2D | 8A | 2B | 27 |
| Octal | 70 | 215 | 122 | 74 | 0 | 52 | 55 | 212 | 53 | 47 |
| Binary | 111000 | 10001101 | 1010010 | 111100 | 0 | 101010 | 101101 | 10001010 | 101011 | 100111 |
Color Harmonies of #388D52
Complementary color
Monochromatic Colors of #388D52
Black with #388D52
Text Example
Text Example
White with #388D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D52; }
p { color: rgb(56,141,82); }
H1.HeaderClassName
{
color: #388D52;
}
.AnyTagClassName
{
color: #388D52;
}
</style>
background-color css
<style>
a { background-color: #388D52; }
a { background-color: rgb(56,141,82); }
div.DivClassName
{
background-color: #388D52;
}
.BgClassName
{
background-color: #388D52;
}
</style>
border-color css
<style>
span { border-color: #388D52; }
span { border-color: rgb(56,141,82); }
td.TdClassName
{
border-color: #388D52;
}
.TagClassName
{
border-color: #388D52;
}
</style>