Shades of Killarney #416C4D
Tints of Killarney #416C4D
RGB
CMYK
RGB Variations
Color information
#416C4D (or 0x416C4D) is known color: Killarney. HEX triplet: 41, 6C and 4D. RGB value is (65,108,77). Sum of RGB (Red+Green+Blue) = 65+108+77=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #416C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C4D is #BE93B2. Grayscale: #5B5B5B. Windows color (decimal): -12489651 or 5073985. OLE color: 5073985.
HSL color Cylindrical-coordinate representation of color #416C4D: hue angle of 136.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C4D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 77 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.58 |
| HSL | 136.74º | 0.25% | 0.34% | - |
| HSV(B) | 136.74º | 0.4% | 0.42% | - |
| XYZ | 8.88 | 12.38 | 8.94 | - |
| YUV | 91.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 77 | 0.40 | 0 | 0.29 | 0.58 | 136.74 | 0.25 | 0.34 |
| Hex | 41 | 6C | 4D | 28 | 0 | 1D | 3A | 89 | 19 | 22 |
| Octal | 101 | 154 | 115 | 50 | 0 | 35 | 72 | 211 | 31 | 42 |
| Binary | 1000001 | 1101100 | 1001101 | 101000 | 0 | 11101 | 111010 | 10001001 | 11001 | 100010 |
Color Harmonies of #416C4D
Complementary color
Monochromatic Colors of #416C4D
Black with #416C4D
Text Example
Text Example
White with #416C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C4D; }
p { color: rgb(65,108,77); }
H1.HeaderClassName
{
color: #416C4D;
}
.AnyTagClassName
{
color: #416C4D;
}
</style>
background-color css
<style>
a { background-color: #416C4D; }
a { background-color: rgb(65,108,77); }
div.DivClassName
{
background-color: #416C4D;
}
.BgClassName
{
background-color: #416C4D;
}
</style>
border-color css
<style>
span { border-color: #416C4D; }
span { border-color: rgb(65,108,77); }
td.TdClassName
{
border-color: #416C4D;
}
.TagClassName
{
border-color: #416C4D;
}
</style>