Shades of Shamrock #41C093
Tints of Shamrock #41C093
RGB
CMYK
RGB Variations
Color information
#41C093 (or 0x41C093) is known color: Shamrock. HEX triplet: 41, C0 and 93. RGB value is (65,192,147). Sum of RGB (Red+Green+Blue) = 65+192+147=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #41C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C093 is #BE3F6C. Grayscale: #949494. Windows color (decimal): -12468077 or 9683009. OLE color: 9683009.
HSL color Cylindrical-coordinate representation of color #41C093: hue angle of 158.74º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C093 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 147 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.25 |
| HSL | 158.74º | 0.5% | 0.5% | - |
| HSV(B) | 158.74º | 0.66% | 0.75% | - |
| XYZ | 26.3 | 40.93 | 34.12 | - |
| YUV | 148.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 147 | 0.66 | 0 | 0.23 | 0.25 | 158.74 | 0.5 | 0.5 |
| Hex | 41 | C0 | 93 | 42 | 0 | 17 | 19 | 9F | 32 | 32 |
| Octal | 101 | 300 | 223 | 102 | 0 | 27 | 31 | 237 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10010011 | 1000010 | 0 | 10111 | 11001 | 10011111 | 110010 | 110010 |
Color Harmonies of #41C093
Complementary color
Monochromatic Colors of #41C093
Black with #41C093
Text Example
Text Example
White with #41C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C093; }
p { color: rgb(65,192,147); }
H1.HeaderClassName
{
color: #41C093;
}
.AnyTagClassName
{
color: #41C093;
}
</style>
background-color css
<style>
a { background-color: #41C093; }
a { background-color: rgb(65,192,147); }
div.DivClassName
{
background-color: #41C093;
}
.BgClassName
{
background-color: #41C093;
}
</style>
border-color css
<style>
span { border-color: #41C093; }
span { border-color: rgb(65,192,147); }
td.TdClassName
{
border-color: #41C093;
}
.TagClassName
{
border-color: #41C093;
}
</style>