Shades of Sea Green #388D4B
Tints of Sea Green #388D4B
RGB
CMYK
RGB Variations
Color information
#388D4B (or 0x388D4B) is known color: Sea Green. HEX triplet: 38, 8D and 4B. RGB value is (56,141,75). Sum of RGB (Red+Green+Blue) = 56+141+75=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #388D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D4B is #C772B4. Grayscale: #6C6C6C. Windows color (decimal): -13071029 or 4951352. OLE color: 4951352.
HSL color Cylindrical-coordinate representation of color #388D4B: hue angle of 133.41º 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 #388D4B is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 75 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.45 |
| HSL | 133.41º | 0.43% | 0.39% | - |
| HSV(B) | 133.41º | 0.6% | 0.55% | - |
| XYZ | 12.43 | 20.4 | 9.94 | - |
| YUV | 108.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 75 | 0.60 | 0 | 0.47 | 0.45 | 133.41 | 0.43 | 0.39 |
| Hex | 38 | 8D | 4B | 3C | 0 | 2F | 2D | 85 | 2B | 27 |
| Octal | 70 | 215 | 113 | 74 | 0 | 57 | 55 | 205 | 53 | 47 |
| Binary | 111000 | 10001101 | 1001011 | 111100 | 0 | 101111 | 101101 | 10000101 | 101011 | 100111 |
Color Harmonies of #388D4B
Complementary color
Monochromatic Colors of #388D4B
Black with #388D4B
Text Example
Text Example
White with #388D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D4B; }
p { color: rgb(56,141,75); }
H1.HeaderClassName
{
color: #388D4B;
}
.AnyTagClassName
{
color: #388D4B;
}
</style>
background-color css
<style>
a { background-color: #388D4B; }
a { background-color: rgb(56,141,75); }
div.DivClassName
{
background-color: #388D4B;
}
.BgClassName
{
background-color: #388D4B;
}
</style>
border-color css
<style>
span { border-color: #388D4B; }
span { border-color: rgb(56,141,75); }
td.TdClassName
{
border-color: #388D4B;
}
.TagClassName
{
border-color: #388D4B;
}
</style>