Shades of Sea Green #388D4D
Tints of Sea Green #388D4D
RGB
CMYK
RGB Variations
Color information
#388D4D (or 0x388D4D) is known color: Sea Green. HEX triplet: 38, 8D and 4D. RGB value is (56,141,77). Sum of RGB (Red+Green+Blue) = 56+141+77=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #388D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D4D is #C772B2. Grayscale: #6C6C6C. Windows color (decimal): -13071027 or 5082424. OLE color: 5082424.
HSL color Cylindrical-coordinate representation of color #388D4D: hue angle of 134.82º 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 #388D4D is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 77 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.45 |
| HSL | 134.82º | 0.43% | 0.39% | - |
| HSV(B) | 134.82º | 0.6% | 0.55% | - |
| XYZ | 12.5 | 20.43 | 10.31 | - |
| YUV | 108.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 77 | 0.60 | 0 | 0.45 | 0.45 | 134.82 | 0.43 | 0.39 |
| Hex | 38 | 8D | 4D | 3C | 0 | 2D | 2D | 87 | 2B | 27 |
| Octal | 70 | 215 | 115 | 74 | 0 | 55 | 55 | 207 | 53 | 47 |
| Binary | 111000 | 10001101 | 1001101 | 111100 | 0 | 101101 | 101101 | 10000111 | 101011 | 100111 |
Color Harmonies of #388D4D
Complementary color
Monochromatic Colors of #388D4D
Black with #388D4D
Text Example
Text Example
White with #388D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D4D; }
p { color: rgb(56,141,77); }
H1.HeaderClassName
{
color: #388D4D;
}
.AnyTagClassName
{
color: #388D4D;
}
</style>
background-color css
<style>
a { background-color: #388D4D; }
a { background-color: rgb(56,141,77); }
div.DivClassName
{
background-color: #388D4D;
}
.BgClassName
{
background-color: #388D4D;
}
</style>
border-color css
<style>
span { border-color: #388D4D; }
span { border-color: rgb(56,141,77); }
td.TdClassName
{
border-color: #388D4D;
}
.TagClassName
{
border-color: #388D4D;
}
</style>