Shades of Sea Green #3B8D52
Tints of Sea Green #3B8D52
RGB
CMYK
RGB Variations
Color information
#3B8D52 (or 0x3B8D52) is known color: Sea Green. HEX triplet: 3B, 8D and 52. RGB value is (59,141,82). Sum of RGB (Red+Green+Blue) = 59+141+82=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8D52 is #C472AD. Grayscale: #6D6D6D. Windows color (decimal): -12874414 or 5410107. OLE color: 5410107.
HSL color Cylindrical-coordinate representation of color #3B8D52: hue angle of 136.83º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8D52 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 141 | 82 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.45 |
| HSL | 136.83º | 0.41% | 0.39% | - |
| HSV(B) | 136.83º | 0.58% | 0.55% | - |
| XYZ | 12.85 | 20.59 | 11.28 | - |
| YUV | 109.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 82 | 0.58 | 0 | 0.42 | 0.45 | 136.83 | 0.41 | 0.39 |
| Hex | 3B | 8D | 52 | 3A | 0 | 2A | 2D | 89 | 29 | 27 |
| Octal | 73 | 215 | 122 | 72 | 0 | 52 | 55 | 211 | 51 | 47 |
| Binary | 111011 | 10001101 | 1010010 | 111010 | 0 | 101010 | 101101 | 10001001 | 101001 | 100111 |
Color Harmonies of #3B8D52
Complementary color
Monochromatic Colors of #3B8D52
Black with #3B8D52
Text Example
Text Example
White with #3B8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8D52; }
p { color: rgb(59,141,82); }
H1.HeaderClassName
{
color: #3B8D52;
}
.AnyTagClassName
{
color: #3B8D52;
}
</style>
background-color css
<style>
a { background-color: #3B8D52; }
a { background-color: rgb(59,141,82); }
div.DivClassName
{
background-color: #3B8D52;
}
.BgClassName
{
background-color: #3B8D52;
}
</style>
border-color css
<style>
span { border-color: #3B8D52; }
span { border-color: rgb(59,141,82); }
td.TdClassName
{
border-color: #3B8D52;
}
.TagClassName
{
border-color: #3B8D52;
}
</style>