Shades of Sea Green #388952
Tints of Sea Green #388952
RGB
CMYK
RGB Variations
Color information
#388952 (or 0x388952) is known color: Sea Green. HEX triplet: 38, 89 and 52. RGB value is (56,137,82). Sum of RGB (Red+Green+Blue) = 56+137+82=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #388952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388952 is #C776AD. Grayscale: #6A6A6A. Windows color (decimal): -13072046 or 5409080. OLE color: 5409080.
HSL color Cylindrical-coordinate representation of color #388952: hue angle of 139.26º 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 #388952 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 82 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.46 |
| HSL | 139.26º | 0.42% | 0.38% | - |
| HSV(B) | 139.26º | 0.59% | 0.54% | - |
| XYZ | 12.1 | 19.34 | 11.08 | - |
| YUV | 106.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 82 | 0.59 | 0 | 0.40 | 0.46 | 139.26 | 0.42 | 0.38 |
| Hex | 38 | 89 | 52 | 3B | 0 | 28 | 2E | 8B | 2A | 26 |
| Octal | 70 | 211 | 122 | 73 | 0 | 50 | 56 | 213 | 52 | 46 |
| Binary | 111000 | 10001001 | 1010010 | 111011 | 0 | 101000 | 101110 | 10001011 | 101010 | 100110 |
Color Harmonies of #388952
Complementary color
Monochromatic Colors of #388952
Black with #388952
Text Example
Text Example
White with #388952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388952; }
p { color: rgb(56,137,82); }
H1.HeaderClassName
{
color: #388952;
}
.AnyTagClassName
{
color: #388952;
}
</style>
background-color css
<style>
a { background-color: #388952; }
a { background-color: rgb(56,137,82); }
div.DivClassName
{
background-color: #388952;
}
.BgClassName
{
background-color: #388952;
}
</style>
border-color css
<style>
span { border-color: #388952; }
span { border-color: rgb(56,137,82); }
td.TdClassName
{
border-color: #388952;
}
.TagClassName
{
border-color: #388952;
}
</style>