Shades of Killarney #418C45
Tints of Killarney #418C45
RGB
CMYK
RGB Variations
Color information
#418C45 (or 0x418C45) is known color: Killarney. HEX triplet: 41, 8C and 45. RGB value is (65,140,69). Sum of RGB (Red+Green+Blue) = 65+140+69=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #418C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418C45 is #BE73BA. Grayscale: #6D6D6D. Windows color (decimal): -12481467 or 4557889. OLE color: 4557889.
HSL color Cylindrical-coordinate representation of color #418C45: hue angle of 123.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418C45 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 69 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.45 |
| HSL | 123.2º | 0.37% | 0.4% | - |
| HSV(B) | 123.2º | 0.54% | 0.55% | - |
| XYZ | 12.63 | 20.31 | 8.88 | - |
| YUV | 109.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 69 | 0.54 | 0 | 0.51 | 0.45 | 123.2 | 0.37 | 0.4 |
| Hex | 41 | 8C | 45 | 36 | 0 | 33 | 2D | 7B | 25 | 28 |
| Octal | 101 | 214 | 105 | 66 | 0 | 63 | 55 | 173 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1000101 | 110110 | 0 | 110011 | 101101 | 1111011 | 100101 | 101000 |
Color Harmonies of #418C45
Complementary color
Monochromatic Colors of #418C45
Black with #418C45
Text Example
Text Example
White with #418C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C45; }
p { color: rgb(65,140,69); }
H1.HeaderClassName
{
color: #418C45;
}
.AnyTagClassName
{
color: #418C45;
}
</style>
background-color css
<style>
a { background-color: #418C45; }
a { background-color: rgb(65,140,69); }
div.DivClassName
{
background-color: #418C45;
}
.BgClassName
{
background-color: #418C45;
}
</style>
border-color css
<style>
span { border-color: #418C45; }
span { border-color: rgb(65,140,69); }
td.TdClassName
{
border-color: #418C45;
}
.TagClassName
{
border-color: #418C45;
}
</style>