Shades of Killarney #416B44
Tints of Killarney #416B44
RGB
CMYK
RGB Variations
Color information
#416B44 (or 0x416B44) is known color: Killarney. HEX triplet: 41, 6B and 44. RGB value is (65,107,68). Sum of RGB (Red+Green+Blue) = 65+107+68=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #416B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B44 is #BE94BB. Grayscale: #5A5A5A. Windows color (decimal): -12489916 or 4483905. OLE color: 4483905.
HSL color Cylindrical-coordinate representation of color #416B44: hue angle of 124.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B44 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 68 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.58 |
| HSL | 124.29º | 0.24% | 0.34% | - |
| HSV(B) | 124.29º | 0.39% | 0.42% | - |
| XYZ | 8.48 | 12.06 | 7.35 | - |
| YUV | 90 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 68 | 0.39 | 0 | 0.36 | 0.58 | 124.29 | 0.24 | 0.34 |
| Hex | 41 | 6B | 44 | 27 | 0 | 24 | 3A | 7C | 18 | 22 |
| Octal | 101 | 153 | 104 | 47 | 0 | 44 | 72 | 174 | 30 | 42 |
| Binary | 1000001 | 1101011 | 1000100 | 100111 | 0 | 100100 | 111010 | 1111100 | 11000 | 100010 |
Color Harmonies of #416B44
Complementary color
Monochromatic Colors of #416B44
Black with #416B44
Text Example
Text Example
White with #416B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B44; }
p { color: rgb(65,107,68); }
H1.HeaderClassName
{
color: #416B44;
}
.AnyTagClassName
{
color: #416B44;
}
</style>
background-color css
<style>
a { background-color: #416B44; }
a { background-color: rgb(65,107,68); }
div.DivClassName
{
background-color: #416B44;
}
.BgClassName
{
background-color: #416B44;
}
</style>
border-color css
<style>
span { border-color: #416B44; }
span { border-color: rgb(65,107,68); }
td.TdClassName
{
border-color: #416B44;
}
.TagClassName
{
border-color: #416B44;
}
</style>