Shades of Killarney #418244
Tints of Killarney #418244
RGB
CMYK
RGB Variations
Color information
#418244 (or 0x418244) is known color: Killarney. HEX triplet: 41, 82 and 44. RGB value is (65,130,68). Sum of RGB (Red+Green+Blue) = 65+130+68=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #418244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418244 is #BE7DBB. Grayscale: #676767. Windows color (decimal): -12484028 or 4489793. OLE color: 4489793.
HSL color Cylindrical-coordinate representation of color #418244: hue angle of 122.77º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418244 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 68 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.49 |
| HSL | 122.77º | 0.33% | 0.38% | - |
| HSV(B) | 122.77º | 0.5% | 0.51% | - |
| XYZ | 11.21 | 17.51 | 8.26 | - |
| YUV | 103.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 68 | 0.50 | 0 | 0.48 | 0.49 | 122.77 | 0.33 | 0.38 |
| Hex | 41 | 82 | 44 | 32 | 0 | 30 | 31 | 7B | 21 | 26 |
| Octal | 101 | 202 | 104 | 62 | 0 | 60 | 61 | 173 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1000100 | 110010 | 0 | 110000 | 110001 | 1111011 | 100001 | 100110 |
Color Harmonies of #418244
Complementary color
Monochromatic Colors of #418244
Black with #418244
Text Example
Text Example
White with #418244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418244; }
p { color: rgb(65,130,68); }
H1.HeaderClassName
{
color: #418244;
}
.AnyTagClassName
{
color: #418244;
}
</style>
background-color css
<style>
a { background-color: #418244; }
a { background-color: rgb(65,130,68); }
div.DivClassName
{
background-color: #418244;
}
.BgClassName
{
background-color: #418244;
}
</style>
border-color css
<style>
span { border-color: #418244; }
span { border-color: rgb(65,130,68); }
td.TdClassName
{
border-color: #418244;
}
.TagClassName
{
border-color: #418244;
}
</style>