Shades of Sea Green #388A52
Tints of Sea Green #388A52
RGB
CMYK
RGB Variations
Color information
#388A52 (or 0x388A52) is known color: Sea Green. HEX triplet: 38, 8A and 52. RGB value is (56,138,82). Sum of RGB (Red+Green+Blue) = 56+138+82=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #388A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A52 is #C775AD. Grayscale: #6B6B6B. Windows color (decimal): -13071790 or 5409336. OLE color: 5409336.
HSL color Cylindrical-coordinate representation of color #388A52: hue angle of 139.02º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A52 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 82 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.46 |
| HSL | 139.02º | 0.42% | 0.38% | - |
| HSV(B) | 139.02º | 0.59% | 0.54% | - |
| XYZ | 12.24 | 19.63 | 11.13 | - |
| YUV | 107.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 82 | 0.59 | 0 | 0.41 | 0.46 | 139.02 | 0.42 | 0.38 |
| Hex | 38 | 8A | 52 | 3B | 0 | 29 | 2E | 8B | 2A | 26 |
| Octal | 70 | 212 | 122 | 73 | 0 | 51 | 56 | 213 | 52 | 46 |
| Binary | 111000 | 10001010 | 1010010 | 111011 | 0 | 101001 | 101110 | 10001011 | 101010 | 100110 |
Color Harmonies of #388A52
Complementary color
Monochromatic Colors of #388A52
Black with #388A52
Text Example
Text Example
White with #388A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A52; }
p { color: rgb(56,138,82); }
H1.HeaderClassName
{
color: #388A52;
}
.AnyTagClassName
{
color: #388A52;
}
</style>
background-color css
<style>
a { background-color: #388A52; }
a { background-color: rgb(56,138,82); }
div.DivClassName
{
background-color: #388A52;
}
.BgClassName
{
background-color: #388A52;
}
</style>
border-color css
<style>
span { border-color: #388A52; }
span { border-color: rgb(56,138,82); }
td.TdClassName
{
border-color: #388A52;
}
.TagClassName
{
border-color: #388A52;
}
</style>