Shades of Shamrock #41C58B
Tints of Shamrock #41C58B
RGB
CMYK
RGB Variations
Color information
#41C58B (or 0x41C58B) is known color: Shamrock. HEX triplet: 41, C5 and 8B. RGB value is (65,197,139). Sum of RGB (Red+Green+Blue) = 65+197+139=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #41C58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C58B is #BE3A74. Grayscale: #979797. Windows color (decimal): -12466805 or 9160001. OLE color: 9160001.
HSL color Cylindrical-coordinate representation of color #41C58B: hue angle of 153.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C58B is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 139 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.23 |
| HSL | 153.64º | 0.53% | 0.51% | - |
| HSV(B) | 153.64º | 0.67% | 0.77% | - |
| XYZ | 26.81 | 42.92 | 31.3 | - |
| YUV | 150.92 | 121.27 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 139 | 0.67 | 0 | 0.29 | 0.23 | 153.64 | 0.53 | 0.51 |
| Hex | 41 | C5 | 8B | 43 | 0 | 1D | 17 | 9A | 35 | 33 |
| Octal | 101 | 305 | 213 | 103 | 0 | 35 | 27 | 232 | 65 | 63 |
| Binary | 1000001 | 11000101 | 10001011 | 1000011 | 0 | 11101 | 10111 | 10011010 | 110101 | 110011 |
Color Harmonies of #41C58B
Complementary color
Monochromatic Colors of #41C58B
Black with #41C58B
Text Example
Text Example
White with #41C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C58B; }
p { color: rgb(65,197,139); }
H1.HeaderClassName
{
color: #41C58B;
}
.AnyTagClassName
{
color: #41C58B;
}
</style>
background-color css
<style>
a { background-color: #41C58B; }
a { background-color: rgb(65,197,139); }
div.DivClassName
{
background-color: #41C58B;
}
.BgClassName
{
background-color: #41C58B;
}
</style>
border-color css
<style>
span { border-color: #41C58B; }
span { border-color: rgb(65,197,139); }
td.TdClassName
{
border-color: #41C58B;
}
.TagClassName
{
border-color: #41C58B;
}
</style>