Shades of Killarney #418D4B
Tints of Killarney #418D4B
RGB
CMYK
RGB Variations
Color information
#418D4B (or 0x418D4B) is known color: Killarney. HEX triplet: 41, 8D and 4B. RGB value is (65,141,75). Sum of RGB (Red+Green+Blue) = 65+141+75=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #418D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D4B is #BE72B4. Grayscale: #6E6E6E. Windows color (decimal): -12481205 or 4951361. OLE color: 4951361.
HSL color Cylindrical-coordinate representation of color #418D4B: hue angle of 127.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D4B is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 75 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.45 |
| HSL | 127.89º | 0.37% | 0.4% | - |
| HSV(B) | 127.89º | 0.54% | 0.55% | - |
| XYZ | 12.97 | 20.68 | 9.96 | - |
| YUV | 110.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 75 | 0.54 | 0 | 0.47 | 0.45 | 127.89 | 0.37 | 0.4 |
| Hex | 41 | 8D | 4B | 36 | 0 | 2F | 2D | 80 | 25 | 28 |
| Octal | 101 | 215 | 113 | 66 | 0 | 57 | 55 | 200 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1001011 | 110110 | 0 | 101111 | 101101 | 10000000 | 100101 | 101000 |
Color Harmonies of #418D4B
Complementary color
Monochromatic Colors of #418D4B
Black with #418D4B
Text Example
Text Example
White with #418D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D4B; }
p { color: rgb(65,141,75); }
H1.HeaderClassName
{
color: #418D4B;
}
.AnyTagClassName
{
color: #418D4B;
}
</style>
background-color css
<style>
a { background-color: #418D4B; }
a { background-color: rgb(65,141,75); }
div.DivClassName
{
background-color: #418D4B;
}
.BgClassName
{
background-color: #418D4B;
}
</style>
border-color css
<style>
span { border-color: #418D4B; }
span { border-color: rgb(65,141,75); }
td.TdClassName
{
border-color: #418D4B;
}
.TagClassName
{
border-color: #418D4B;
}
</style>