Shades of Killarney #41764E
Tints of Killarney #41764E
RGB
CMYK
RGB Variations
Color information
#41764E (or 0x41764E) is known color: Killarney. HEX triplet: 41, 76 and 4E. RGB value is (65,118,78). Sum of RGB (Red+Green+Blue) = 65+118+78=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #41764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41764E is #BE89B1. Grayscale: #616161. Windows color (decimal): -12487090 or 5142081. OLE color: 5142081.
HSL color Cylindrical-coordinate representation of color #41764E: hue angle of 134.72º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41764E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 78 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.54 |
| HSL | 134.72º | 0.29% | 0.36% | - |
| HSV(B) | 134.72º | 0.45% | 0.46% | - |
| XYZ | 10.03 | 14.63 | 9.5 | - |
| YUV | 97.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 78 | 0.45 | 0 | 0.34 | 0.54 | 134.72 | 0.29 | 0.36 |
| Hex | 41 | 76 | 4E | 2D | 0 | 22 | 36 | 87 | 1D | 24 |
| Octal | 101 | 166 | 116 | 55 | 0 | 42 | 66 | 207 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1001110 | 101101 | 0 | 100010 | 110110 | 10000111 | 11101 | 100100 |
Color Harmonies of #41764E
Complementary color
Monochromatic Colors of #41764E
Black with #41764E
Text Example
Text Example
White with #41764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41764E; }
p { color: rgb(65,118,78); }
H1.HeaderClassName
{
color: #41764E;
}
.AnyTagClassName
{
color: #41764E;
}
</style>
background-color css
<style>
a { background-color: #41764E; }
a { background-color: rgb(65,118,78); }
div.DivClassName
{
background-color: #41764E;
}
.BgClassName
{
background-color: #41764E;
}
</style>
border-color css
<style>
span { border-color: #41764E; }
span { border-color: rgb(65,118,78); }
td.TdClassName
{
border-color: #41764E;
}
.TagClassName
{
border-color: #41764E;
}
</style>