Shades of Medium Sea Green #41B375
Tints of Medium Sea Green #41B375
RGB
CMYK
RGB Variations
Color information
#41B375 (or 0x41B375) is known color: Medium Sea Green. HEX triplet: 41, B3 and 75. RGB value is (65,179,117). Sum of RGB (Red+Green+Blue) = 65+179+117=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #41B375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B375 is #BE4C8A. Grayscale: #898989. Windows color (decimal): -12471435 or 7713601. OLE color: 7713601.
HSL color Cylindrical-coordinate representation of color #41B375: hue angle of 147.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B375 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 117 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.30 |
| HSL | 147.37º | 0.47% | 0.48% | - |
| HSV(B) | 147.37º | 0.64% | 0.7% | - |
| XYZ | 21.51 | 34.65 | 22.38 | - |
| YUV | 137.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 117 | 0.64 | 0 | 0.35 | 0.30 | 147.37 | 0.47 | 0.48 |
| Hex | 41 | B3 | 75 | 40 | 0 | 23 | 1E | 93 | 2F | 30 |
| Octal | 101 | 263 | 165 | 100 | 0 | 43 | 36 | 223 | 57 | 60 |
| Binary | 1000001 | 10110011 | 1110101 | 1000000 | 0 | 100011 | 11110 | 10010011 | 101111 | 110000 |
Color Harmonies of #41B375
Complementary color
Monochromatic Colors of #41B375
Black with #41B375
Text Example
Text Example
White with #41B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B375; }
p { color: rgb(65,179,117); }
H1.HeaderClassName
{
color: #41B375;
}
.AnyTagClassName
{
color: #41B375;
}
</style>
background-color css
<style>
a { background-color: #41B375; }
a { background-color: rgb(65,179,117); }
div.DivClassName
{
background-color: #41B375;
}
.BgClassName
{
background-color: #41B375;
}
</style>
border-color css
<style>
span { border-color: #41B375; }
span { border-color: rgb(65,179,117); }
td.TdClassName
{
border-color: #41B375;
}
.TagClassName
{
border-color: #41B375;
}
</style>