Shades of Medium Sea Green #41C364
Tints of Medium Sea Green #41C364
RGB
CMYK
RGB Variations
Color information
#41C364 (or 0x41C364) is known color: Medium Sea Green. HEX triplet: 41, C3 and 64. RGB value is (65,195,100). Sum of RGB (Red+Green+Blue) = 65+195+100=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #41C364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C364 is #BE3C9B. Grayscale: #919191. Windows color (decimal): -12467356 or 6603585. OLE color: 6603585.
HSL color Cylindrical-coordinate representation of color #41C364: hue angle of 136.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C364 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 100 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.24 |
| HSL | 136.15º | 0.52% | 0.51% | - |
| HSV(B) | 136.15º | 0.67% | 0.76% | - |
| XYZ | 24 | 41.07 | 18.72 | - |
| YUV | 145.3 | 102.43 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 100 | 0.67 | 0 | 0.49 | 0.24 | 136.15 | 0.52 | 0.51 |
| Hex | 41 | C3 | 64 | 43 | 0 | 31 | 18 | 88 | 34 | 33 |
| Octal | 101 | 303 | 144 | 103 | 0 | 61 | 30 | 210 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1100100 | 1000011 | 0 | 110001 | 11000 | 10001000 | 110100 | 110011 |
Color Harmonies of #41C364
Complementary color
Monochromatic Colors of #41C364
Black with #41C364
Text Example
Text Example
White with #41C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C364; }
p { color: rgb(65,195,100); }
H1.HeaderClassName
{
color: #41C364;
}
.AnyTagClassName
{
color: #41C364;
}
</style>
background-color css
<style>
a { background-color: #41C364; }
a { background-color: rgb(65,195,100); }
div.DivClassName
{
background-color: #41C364;
}
.BgClassName
{
background-color: #41C364;
}
</style>
border-color css
<style>
span { border-color: #41C364; }
span { border-color: rgb(65,195,100); }
td.TdClassName
{
border-color: #41C364;
}
.TagClassName
{
border-color: #41C364;
}
</style>