Shades of Sea Green #388B4B
Tints of Sea Green #388B4B
RGB
CMYK
RGB Variations
Color information
#388B4B (or 0x388B4B) is known color: Sea Green. HEX triplet: 38, 8B and 4B. RGB value is (56,139,75). Sum of RGB (Red+Green+Blue) = 56+139+75=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #388B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B4B is #C774B4. Grayscale: #6B6B6B. Windows color (decimal): -13071541 or 4950840. OLE color: 4950840.
HSL color Cylindrical-coordinate representation of color #388B4B: hue angle of 133.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388B4B is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 75 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.45 |
| HSL | 133.73º | 0.43% | 0.38% | - |
| HSV(B) | 133.73º | 0.6% | 0.55% | - |
| XYZ | 12.13 | 19.81 | 9.84 | - |
| YUV | 106.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 75 | 0.60 | 0 | 0.46 | 0.45 | 133.73 | 0.43 | 0.38 |
| Hex | 38 | 8B | 4B | 3C | 0 | 2E | 2D | 86 | 2B | 26 |
| Octal | 70 | 213 | 113 | 74 | 0 | 56 | 55 | 206 | 53 | 46 |
| Binary | 111000 | 10001011 | 1001011 | 111100 | 0 | 101110 | 101101 | 10000110 | 101011 | 100110 |
Color Harmonies of #388B4B
Complementary color
Monochromatic Colors of #388B4B
Black with #388B4B
Text Example
Text Example
White with #388B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B4B; }
p { color: rgb(56,139,75); }
H1.HeaderClassName
{
color: #388B4B;
}
.AnyTagClassName
{
color: #388B4B;
}
</style>
background-color css
<style>
a { background-color: #388B4B; }
a { background-color: rgb(56,139,75); }
div.DivClassName
{
background-color: #388B4B;
}
.BgClassName
{
background-color: #388B4B;
}
</style>
border-color css
<style>
span { border-color: #388B4B; }
span { border-color: rgb(56,139,75); }
td.TdClassName
{
border-color: #388B4B;
}
.TagClassName
{
border-color: #388B4B;
}
</style>