Shades of Sea Green #3A885D
Tints of Sea Green #3A885D
RGB
CMYK
RGB Variations
Color information
#3A885D (or 0x3A885D) is known color: Sea Green. HEX triplet: 3A, 88 and 5D. RGB value is (58,136,93). Sum of RGB (Red+Green+Blue) = 58+136+93=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #3A885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A885D is #C577A2. Grayscale: #6B6B6B. Windows color (decimal): -12941219 or 6129722. OLE color: 6129722.
HSL color Cylindrical-coordinate representation of color #3A885D: hue angle of 146.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A885D is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 93 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.47 |
| HSL | 146.92º | 0.4% | 0.38% | - |
| HSV(B) | 146.92º | 0.57% | 0.53% | - |
| XYZ | 12.52 | 19.3 | 13.42 | - |
| YUV | 107.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 93 | 0.57 | 0 | 0.32 | 0.47 | 146.92 | 0.4 | 0.38 |
| Hex | 3A | 88 | 5D | 39 | 0 | 20 | 2F | 93 | 28 | 26 |
| Octal | 72 | 210 | 135 | 71 | 0 | 40 | 57 | 223 | 50 | 46 |
| Binary | 111010 | 10001000 | 1011101 | 111001 | 0 | 100000 | 101111 | 10010011 | 101000 | 100110 |
Color Harmonies of #3A885D
Complementary color
Monochromatic Colors of #3A885D
Black with #3A885D
Text Example
Text Example
White with #3A885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A885D; }
p { color: rgb(58,136,93); }
H1.HeaderClassName
{
color: #3A885D;
}
.AnyTagClassName
{
color: #3A885D;
}
</style>
background-color css
<style>
a { background-color: #3A885D; }
a { background-color: rgb(58,136,93); }
div.DivClassName
{
background-color: #3A885D;
}
.BgClassName
{
background-color: #3A885D;
}
</style>
border-color css
<style>
span { border-color: #3A885D; }
span { border-color: rgb(58,136,93); }
td.TdClassName
{
border-color: #3A885D;
}
.TagClassName
{
border-color: #3A885D;
}
</style>