Shades of Sea Green #3A895C
Tints of Sea Green #3A895C
RGB
CMYK
RGB Variations
Color information
#3A895C (or 0x3A895C) is known color: Sea Green. HEX triplet: 3A, 89 and 5C. RGB value is (58,137,92). Sum of RGB (Red+Green+Blue) = 58+137+92=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #3A895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A895C is #C576A3. Grayscale: #6C6C6C. Windows color (decimal): -12940964 or 6064442. OLE color: 6064442.
HSL color Cylindrical-coordinate representation of color #3A895C: hue angle of 145.82º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A895C is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 92 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.46 |
| HSL | 145.82º | 0.41% | 0.38% | - |
| HSV(B) | 145.82º | 0.58% | 0.54% | - |
| XYZ | 12.62 | 19.56 | 13.24 | - |
| YUV | 108.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 92 | 0.58 | 0 | 0.33 | 0.46 | 145.82 | 0.41 | 0.38 |
| Hex | 3A | 89 | 5C | 3A | 0 | 21 | 2E | 92 | 29 | 26 |
| Octal | 72 | 211 | 134 | 72 | 0 | 41 | 56 | 222 | 51 | 46 |
| Binary | 111010 | 10001001 | 1011100 | 111010 | 0 | 100001 | 101110 | 10010010 | 101001 | 100110 |
Color Harmonies of #3A895C
Complementary color
Monochromatic Colors of #3A895C
Black with #3A895C
Text Example
Text Example
White with #3A895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A895C; }
p { color: rgb(58,137,92); }
H1.HeaderClassName
{
color: #3A895C;
}
.AnyTagClassName
{
color: #3A895C;
}
</style>
background-color css
<style>
a { background-color: #3A895C; }
a { background-color: rgb(58,137,92); }
div.DivClassName
{
background-color: #3A895C;
}
.BgClassName
{
background-color: #3A895C;
}
</style>
border-color css
<style>
span { border-color: #3A895C; }
span { border-color: rgb(58,137,92); }
td.TdClassName
{
border-color: #3A895C;
}
.TagClassName
{
border-color: #3A895C;
}
</style>