Shades of Sea Green #3A855F
Tints of Sea Green #3A855F
RGB
CMYK
RGB Variations
Color information
#3A855F (or 0x3A855F) is known color: Sea Green. HEX triplet: 3A, 85 and 5F. RGB value is (58,133,95). Sum of RGB (Red+Green+Blue) = 58+133+95=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #3A855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A855F is #C57AA0. Grayscale: #6A6A6A. Windows color (decimal): -12941985 or 6260026. OLE color: 6260026.
HSL color Cylindrical-coordinate representation of color #3A855F: hue angle of 149.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A855F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 95 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.48 |
| HSL | 149.6º | 0.39% | 0.37% | - |
| HSV(B) | 149.6º | 0.56% | 0.52% | - |
| XYZ | 12.2 | 18.5 | 13.75 | - |
| YUV | 106.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 95 | 0.56 | 0 | 0.29 | 0.48 | 149.6 | 0.39 | 0.37 |
| Hex | 3A | 85 | 5F | 38 | 0 | 1D | 30 | 96 | 27 | 25 |
| Octal | 72 | 205 | 137 | 70 | 0 | 35 | 60 | 226 | 47 | 45 |
| Binary | 111010 | 10000101 | 1011111 | 111000 | 0 | 11101 | 110000 | 10010110 | 100111 | 100101 |
Color Harmonies of #3A855F
Complementary color
Monochromatic Colors of #3A855F
Black with #3A855F
Text Example
Text Example
White with #3A855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A855F; }
p { color: rgb(58,133,95); }
H1.HeaderClassName
{
color: #3A855F;
}
.AnyTagClassName
{
color: #3A855F;
}
</style>
background-color css
<style>
a { background-color: #3A855F; }
a { background-color: rgb(58,133,95); }
div.DivClassName
{
background-color: #3A855F;
}
.BgClassName
{
background-color: #3A855F;
}
</style>
border-color css
<style>
span { border-color: #3A855F; }
span { border-color: rgb(58,133,95); }
td.TdClassName
{
border-color: #3A855F;
}
.TagClassName
{
border-color: #3A855F;
}
</style>