Shades of Shamrock #41C4A5
Tints of Shamrock #41C4A5
RGB
CMYK
RGB Variations
Color information
#41C4A5 (or 0x41C4A5) is known color: Shamrock. HEX triplet: 41, C4 and A5. RGB value is (65,196,165). Sum of RGB (Red+Green+Blue) = 65+196+165=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #41C4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C4A5 is #BE3B5A. Grayscale: #999999. Windows color (decimal): -12467035 or 10863681. OLE color: 10863681.
HSL color Cylindrical-coordinate representation of color #41C4A5: hue angle of 165.8º 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 #41C4A5 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 165 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.23 |
| HSL | 165.8º | 0.53% | 0.51% | - |
| HSV(B) | 165.8º | 0.67% | 0.77% | - |
| XYZ | 28.71 | 43.32 | 42.45 | - |
| YUV | 153.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 165 | 0.67 | 0 | 0.16 | 0.23 | 165.8 | 0.53 | 0.51 |
| Hex | 41 | C4 | A5 | 43 | 0 | 10 | 17 | A6 | 35 | 33 |
| Octal | 101 | 304 | 245 | 103 | 0 | 20 | 27 | 246 | 65 | 63 |
| Binary | 1000001 | 11000100 | 10100101 | 1000011 | 0 | 10000 | 10111 | 10100110 | 110101 | 110011 |
Color Harmonies of #41C4A5
Complementary color
Monochromatic Colors of #41C4A5
Black with #41C4A5
Text Example
Text Example
White with #41C4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C4A5; }
p { color: rgb(65,196,165); }
H1.HeaderClassName
{
color: #41C4A5;
}
.AnyTagClassName
{
color: #41C4A5;
}
</style>
background-color css
<style>
a { background-color: #41C4A5; }
a { background-color: rgb(65,196,165); }
div.DivClassName
{
background-color: #41C4A5;
}
.BgClassName
{
background-color: #41C4A5;
}
</style>
border-color css
<style>
span { border-color: #41C4A5; }
span { border-color: rgb(65,196,165); }
td.TdClassName
{
border-color: #41C4A5;
}
.TagClassName
{
border-color: #41C4A5;
}
</style>