Shades of Killarney #41744C
Tints of Killarney #41744C
RGB
CMYK
RGB Variations
Color information
#41744C (or 0x41744C) is known color: Killarney. HEX triplet: 41, 74 and 4C. RGB value is (65,116,76). Sum of RGB (Red+Green+Blue) = 65+116+76=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #41744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41744C is #BE8BB3. Grayscale: #606060. Windows color (decimal): -12487604 or 5010497. OLE color: 5010497.
HSL color Cylindrical-coordinate representation of color #41744C: hue angle of 132.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41744C is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 76 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.55 |
| HSL | 132.94º | 0.28% | 0.35% | - |
| HSV(B) | 132.94º | 0.44% | 0.45% | - |
| XYZ | 9.73 | 14.14 | 9.05 | - |
| YUV | 96.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 76 | 0.44 | 0 | 0.34 | 0.55 | 132.94 | 0.28 | 0.35 |
| Hex | 41 | 74 | 4C | 2C | 0 | 22 | 37 | 85 | 1C | 23 |
| Octal | 101 | 164 | 114 | 54 | 0 | 42 | 67 | 205 | 34 | 43 |
| Binary | 1000001 | 1110100 | 1001100 | 101100 | 0 | 100010 | 110111 | 10000101 | 11100 | 100011 |
Color Harmonies of #41744C
Complementary color
Monochromatic Colors of #41744C
Black with #41744C
Text Example
Text Example
White with #41744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41744C; }
p { color: rgb(65,116,76); }
H1.HeaderClassName
{
color: #41744C;
}
.AnyTagClassName
{
color: #41744C;
}
</style>
background-color css
<style>
a { background-color: #41744C; }
a { background-color: rgb(65,116,76); }
div.DivClassName
{
background-color: #41744C;
}
.BgClassName
{
background-color: #41744C;
}
</style>
border-color css
<style>
span { border-color: #41744C; }
span { border-color: rgb(65,116,76); }
td.TdClassName
{
border-color: #41744C;
}
.TagClassName
{
border-color: #41744C;
}
</style>