Shades of Killarney #41854E
Tints of Killarney #41854E
RGB
CMYK
RGB Variations
Color information
#41854E (or 0x41854E) is known color: Killarney. HEX triplet: 41, 85 and 4E. RGB value is (65,133,78). Sum of RGB (Red+Green+Blue) = 65+133+78=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #41854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41854E is #BE7AB1. Grayscale: #6A6A6A. Windows color (decimal): -12483250 or 5145921. OLE color: 5145921.
HSL color Cylindrical-coordinate representation of color #41854E: hue angle of 131.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41854E is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 78 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.48 |
| HSL | 131.47º | 0.34% | 0.39% | - |
| HSV(B) | 131.47º | 0.51% | 0.52% | - |
| XYZ | 11.94 | 18.45 | 10.14 | - |
| YUV | 106.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 78 | 0.51 | 0 | 0.41 | 0.48 | 131.47 | 0.34 | 0.39 |
| Hex | 41 | 85 | 4E | 33 | 0 | 29 | 30 | 83 | 22 | 27 |
| Octal | 101 | 205 | 116 | 63 | 0 | 51 | 60 | 203 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1001110 | 110011 | 0 | 101001 | 110000 | 10000011 | 100010 | 100111 |
Color Harmonies of #41854E
Complementary color
Monochromatic Colors of #41854E
Black with #41854E
Text Example
Text Example
White with #41854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41854E; }
p { color: rgb(65,133,78); }
H1.HeaderClassName
{
color: #41854E;
}
.AnyTagClassName
{
color: #41854E;
}
</style>
background-color css
<style>
a { background-color: #41854E; }
a { background-color: rgb(65,133,78); }
div.DivClassName
{
background-color: #41854E;
}
.BgClassName
{
background-color: #41854E;
}
</style>
border-color css
<style>
span { border-color: #41854E; }
span { border-color: rgb(65,133,78); }
td.TdClassName
{
border-color: #41854E;
}
.TagClassName
{
border-color: #41854E;
}
</style>