Shades of Sea Green #388C4D
Tints of Sea Green #388C4D
RGB
CMYK
RGB Variations
Color information
#388C4D (or 0x388C4D) is known color: Sea Green. HEX triplet: 38, 8C and 4D. RGB value is (56,140,77). Sum of RGB (Red+Green+Blue) = 56+140+77=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #388C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C4D is #C773B2. Grayscale: #6B6B6B. Windows color (decimal): -13071283 or 5082168. OLE color: 5082168.
HSL color Cylindrical-coordinate representation of color #388C4D: hue angle of 135º 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 #388C4D is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 77 | - |
| CMYK | 0.6 | 0 | 0.45 | 0.45 |
| HSL | 135º | 0.43% | 0.38% | - |
| HSV(B) | 135º | 0.6% | 0.55% | - |
| XYZ | 12.35 | 20.13 | 10.26 | - |
| YUV | 107.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 77 | 0.6 | 0 | 0.45 | 0.45 | 135 | 0.43 | 0.38 |
| Hex | 38 | 8C | 4D | 3C | 0 | 2D | 2D | 87 | 2B | 26 |
| Octal | 70 | 214 | 115 | 74 | 0 | 55 | 55 | 207 | 53 | 46 |
| Binary | 111000 | 10001100 | 1001101 | 111100 | 0 | 101101 | 101101 | 10000111 | 101011 | 100110 |
Color Harmonies of #388C4D
Complementary color
Monochromatic Colors of #388C4D
Black with #388C4D
Text Example
Text Example
White with #388C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C4D; }
p { color: rgb(56,140,77); }
H1.HeaderClassName
{
color: #388C4D;
}
.AnyTagClassName
{
color: #388C4D;
}
</style>
background-color css
<style>
a { background-color: #388C4D; }
a { background-color: rgb(56,140,77); }
div.DivClassName
{
background-color: #388C4D;
}
.BgClassName
{
background-color: #388C4D;
}
</style>
border-color css
<style>
span { border-color: #388C4D; }
span { border-color: rgb(56,140,77); }
td.TdClassName
{
border-color: #388C4D;
}
.TagClassName
{
border-color: #388C4D;
}
</style>