Shades of Shamrock #41D38B
Tints of Shamrock #41D38B
RGB
CMYK
RGB Variations
Color information
#41D38B (or 0x41D38B) is known color: Shamrock. HEX triplet: 41, D3 and 8B. RGB value is (65,211,139). Sum of RGB (Red+Green+Blue) = 65+211+139=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #41D38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D38B is #BE2C74. Grayscale: #9F9F9F. Windows color (decimal): -12463221 or 9163585. OLE color: 9163585.
HSL color Cylindrical-coordinate representation of color #41D38B: hue angle of 150.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D38B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 139 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.17 |
| HSL | 150.41º | 0.62% | 0.54% | - |
| HSV(B) | 150.41º | 0.69% | 0.83% | - |
| XYZ | 30.13 | 49.58 | 32.41 | - |
| YUV | 159.14 | 116.63 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 139 | 0.69 | 0 | 0.34 | 0.17 | 150.41 | 0.62 | 0.54 |
| Hex | 41 | D3 | 8B | 45 | 0 | 22 | 11 | 96 | 3E | 36 |
| Octal | 101 | 323 | 213 | 105 | 0 | 42 | 21 | 226 | 76 | 66 |
| Binary | 1000001 | 11010011 | 10001011 | 1000101 | 0 | 100010 | 10001 | 10010110 | 111110 | 110110 |
Color Harmonies of #41D38B
Complementary color
Monochromatic Colors of #41D38B
Black with #41D38B
Text Example
Text Example
White with #41D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D38B; }
p { color: rgb(65,211,139); }
H1.HeaderClassName
{
color: #41D38B;
}
.AnyTagClassName
{
color: #41D38B;
}
</style>
background-color css
<style>
a { background-color: #41D38B; }
a { background-color: rgb(65,211,139); }
div.DivClassName
{
background-color: #41D38B;
}
.BgClassName
{
background-color: #41D38B;
}
</style>
border-color css
<style>
span { border-color: #41D38B; }
span { border-color: rgb(65,211,139); }
td.TdClassName
{
border-color: #41D38B;
}
.TagClassName
{
border-color: #41D38B;
}
</style>