Shades of Killarney #416D46
Tints of Killarney #416D46
RGB
CMYK
RGB Variations
Color information
#416D46 (or 0x416D46) is known color: Killarney. HEX triplet: 41, 6D and 46. RGB value is (65,109,70). Sum of RGB (Red+Green+Blue) = 65+109+70=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #416D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D46 is #BE92B9. Grayscale: #5B5B5B. Windows color (decimal): -12489402 or 4615489. OLE color: 4615489.
HSL color Cylindrical-coordinate representation of color #416D46: hue angle of 126.82º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D46 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 70 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.57 |
| HSL | 126.82º | 0.25% | 0.34% | - |
| HSV(B) | 126.82º | 0.4% | 0.43% | - |
| XYZ | 8.75 | 12.5 | 7.75 | - |
| YUV | 91.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 70 | 0.40 | 0 | 0.36 | 0.57 | 126.82 | 0.25 | 0.34 |
| Hex | 41 | 6D | 46 | 28 | 0 | 24 | 39 | 7F | 19 | 22 |
| Octal | 101 | 155 | 106 | 50 | 0 | 44 | 71 | 177 | 31 | 42 |
| Binary | 1000001 | 1101101 | 1000110 | 101000 | 0 | 100100 | 111001 | 1111111 | 11001 | 100010 |
Color Harmonies of #416D46
Complementary color
Monochromatic Colors of #416D46
Black with #416D46
Text Example
Text Example
White with #416D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D46; }
p { color: rgb(65,109,70); }
H1.HeaderClassName
{
color: #416D46;
}
.AnyTagClassName
{
color: #416D46;
}
</style>
background-color css
<style>
a { background-color: #416D46; }
a { background-color: rgb(65,109,70); }
div.DivClassName
{
background-color: #416D46;
}
.BgClassName
{
background-color: #416D46;
}
</style>
border-color css
<style>
span { border-color: #416D46; }
span { border-color: rgb(65,109,70); }
td.TdClassName
{
border-color: #416D46;
}
.TagClassName
{
border-color: #416D46;
}
</style>