Shades of Killarney #41804E
Tints of Killarney #41804E
RGB
CMYK
RGB Variations
Color information
#41804E (or 0x41804E) is known color: Killarney. HEX triplet: 41, 80 and 4E. RGB value is (65,128,78). Sum of RGB (Red+Green+Blue) = 65+128+78=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #41804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41804E is #BE7FB1. Grayscale: #676767. Windows color (decimal): -12484530 or 5144641. OLE color: 5144641.
HSL color Cylindrical-coordinate representation of color #41804E: hue angle of 132.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41804E is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 78 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.50 |
| HSL | 132.38º | 0.33% | 0.38% | - |
| HSV(B) | 132.38º | 0.49% | 0.5% | - |
| XYZ | 11.27 | 17.11 | 9.92 | - |
| YUV | 103.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 78 | 0.49 | 0 | 0.39 | 0.50 | 132.38 | 0.33 | 0.38 |
| Hex | 41 | 80 | 4E | 31 | 0 | 27 | 32 | 84 | 21 | 26 |
| Octal | 101 | 200 | 116 | 61 | 0 | 47 | 62 | 204 | 41 | 46 |
| Binary | 1000001 | 10000000 | 1001110 | 110001 | 0 | 100111 | 110010 | 10000100 | 100001 | 100110 |
Color Harmonies of #41804E
Complementary color
Monochromatic Colors of #41804E
Black with #41804E
Text Example
Text Example
White with #41804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41804E; }
p { color: rgb(65,128,78); }
H1.HeaderClassName
{
color: #41804E;
}
.AnyTagClassName
{
color: #41804E;
}
</style>
background-color css
<style>
a { background-color: #41804E; }
a { background-color: rgb(65,128,78); }
div.DivClassName
{
background-color: #41804E;
}
.BgClassName
{
background-color: #41804E;
}
</style>
border-color css
<style>
span { border-color: #41804E; }
span { border-color: rgb(65,128,78); }
td.TdClassName
{
border-color: #41804E;
}
.TagClassName
{
border-color: #41804E;
}
</style>