Shades of Killarney #41774E
Tints of Killarney #41774E
RGB
CMYK
RGB Variations
Color information
#41774E (or 0x41774E) is known color: Killarney. HEX triplet: 41, 77 and 4E. RGB value is (65,119,78). Sum of RGB (Red+Green+Blue) = 65+119+78=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #41774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41774E is #BE88B1. Grayscale: #626262. Windows color (decimal): -12486834 or 5142337. OLE color: 5142337.
HSL color Cylindrical-coordinate representation of color #41774E: hue angle of 134.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41774E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 78 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.53 |
| HSL | 134.44º | 0.29% | 0.36% | - |
| HSV(B) | 134.44º | 0.45% | 0.47% | - |
| XYZ | 10.15 | 14.87 | 9.54 | - |
| YUV | 98.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 78 | 0.45 | 0 | 0.34 | 0.53 | 134.44 | 0.29 | 0.36 |
| Hex | 41 | 77 | 4E | 2D | 0 | 22 | 35 | 86 | 1D | 24 |
| Octal | 101 | 167 | 116 | 55 | 0 | 42 | 65 | 206 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1001110 | 101101 | 0 | 100010 | 110101 | 10000110 | 11101 | 100100 |
Color Harmonies of #41774E
Complementary color
Monochromatic Colors of #41774E
Black with #41774E
Text Example
Text Example
White with #41774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41774E; }
p { color: rgb(65,119,78); }
H1.HeaderClassName
{
color: #41774E;
}
.AnyTagClassName
{
color: #41774E;
}
</style>
background-color css
<style>
a { background-color: #41774E; }
a { background-color: rgb(65,119,78); }
div.DivClassName
{
background-color: #41774E;
}
.BgClassName
{
background-color: #41774E;
}
</style>
border-color css
<style>
span { border-color: #41774E; }
span { border-color: rgb(65,119,78); }
td.TdClassName
{
border-color: #41774E;
}
.TagClassName
{
border-color: #41774E;
}
</style>