Shades of Sea Green #3B875D
Tints of Sea Green #3B875D
RGB
CMYK
RGB Variations
Color information
#3B875D (or 0x3B875D) is known color: Sea Green. HEX triplet: 3B, 87 and 5D. RGB value is (59,135,93). Sum of RGB (Red+Green+Blue) = 59+135+93=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #3B875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B875D is #C478A2. Grayscale: #6B6B6B. Windows color (decimal): -12875939 or 6129467. OLE color: 6129467.
HSL color Cylindrical-coordinate representation of color #3B875D: hue angle of 146.84º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B875D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 93 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.47 |
| HSL | 146.84º | 0.39% | 0.38% | - |
| HSV(B) | 146.84º | 0.56% | 0.53% | - |
| XYZ | 12.44 | 19.05 | 13.38 | - |
| YUV | 107.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 93 | 0.56 | 0 | 0.31 | 0.47 | 146.84 | 0.39 | 0.38 |
| Hex | 3B | 87 | 5D | 38 | 0 | 1F | 2F | 93 | 27 | 26 |
| Octal | 73 | 207 | 135 | 70 | 0 | 37 | 57 | 223 | 47 | 46 |
| Binary | 111011 | 10000111 | 1011101 | 111000 | 0 | 11111 | 101111 | 10010011 | 100111 | 100110 |
Color Harmonies of #3B875D
Complementary color
Monochromatic Colors of #3B875D
Black with #3B875D
Text Example
Text Example
White with #3B875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B875D; }
p { color: rgb(59,135,93); }
H1.HeaderClassName
{
color: #3B875D;
}
.AnyTagClassName
{
color: #3B875D;
}
</style>
background-color css
<style>
a { background-color: #3B875D; }
a { background-color: rgb(59,135,93); }
div.DivClassName
{
background-color: #3B875D;
}
.BgClassName
{
background-color: #3B875D;
}
</style>
border-color css
<style>
span { border-color: #3B875D; }
span { border-color: rgb(59,135,93); }
td.TdClassName
{
border-color: #3B875D;
}
.TagClassName
{
border-color: #3B875D;
}
</style>