Shades of Sea Green #389256
Tints of Sea Green #389256
RGB
CMYK
RGB Variations
Color information
#389256 (or 0x389256) is known color: Sea Green. HEX triplet: 38, 92 and 56. RGB value is (56,146,86). Sum of RGB (Red+Green+Blue) = 56+146+86=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #389256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389256 is #C76DA9. Grayscale: #707070. Windows color (decimal): -13069738 or 5673528. OLE color: 5673528.
HSL color Cylindrical-coordinate representation of color #389256: hue angle of 140º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389256 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 86 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.43 |
| HSL | 140º | 0.45% | 0.4% | - |
| HSV(B) | 140º | 0.62% | 0.57% | - |
| XYZ | 13.59 | 22.07 | 12.35 | - |
| YUV | 112.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 86 | 0.62 | 0 | 0.41 | 0.43 | 140 | 0.45 | 0.4 |
| Hex | 38 | 92 | 56 | 3E | 0 | 29 | 2B | 8C | 2D | 28 |
| Octal | 70 | 222 | 126 | 76 | 0 | 51 | 53 | 214 | 55 | 50 |
| Binary | 111000 | 10010010 | 1010110 | 111110 | 0 | 101001 | 101011 | 10001100 | 101101 | 101000 |
Color Harmonies of #389256
Complementary color
Monochromatic Colors of #389256
Black with #389256
Text Example
Text Example
White with #389256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389256; }
p { color: rgb(56,146,86); }
H1.HeaderClassName
{
color: #389256;
}
.AnyTagClassName
{
color: #389256;
}
</style>
background-color css
<style>
a { background-color: #389256; }
a { background-color: rgb(56,146,86); }
div.DivClassName
{
background-color: #389256;
}
.BgClassName
{
background-color: #389256;
}
</style>
border-color css
<style>
span { border-color: #389256; }
span { border-color: rgb(56,146,86); }
td.TdClassName
{
border-color: #389256;
}
.TagClassName
{
border-color: #389256;
}
</style>