Shades of Killarney #418A49
Tints of Killarney #418A49
RGB
CMYK
RGB Variations
Color information
#418A49 (or 0x418A49) is known color: Killarney. HEX triplet: 41, 8A and 49. RGB value is (65,138,73). Sum of RGB (Red+Green+Blue) = 65+138+73=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #418A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A49 is #BE75B6. Grayscale: #6C6C6C. Windows color (decimal): -12481975 or 4819521. OLE color: 4819521.
HSL color Cylindrical-coordinate representation of color #418A49: hue angle of 126.58º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A49 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 73 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.46 |
| HSL | 126.58º | 0.36% | 0.4% | - |
| HSV(B) | 126.58º | 0.53% | 0.54% | - |
| XYZ | 12.47 | 19.78 | 9.46 | - |
| YUV | 108.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 73 | 0.53 | 0 | 0.47 | 0.46 | 126.58 | 0.36 | 0.4 |
| Hex | 41 | 8A | 49 | 35 | 0 | 2F | 2E | 7F | 24 | 28 |
| Octal | 101 | 212 | 111 | 65 | 0 | 57 | 56 | 177 | 44 | 50 |
| Binary | 1000001 | 10001010 | 1001001 | 110101 | 0 | 101111 | 101110 | 1111111 | 100100 | 101000 |
Color Harmonies of #418A49
Complementary color
Monochromatic Colors of #418A49
Black with #418A49
Text Example
Text Example
White with #418A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A49; }
p { color: rgb(65,138,73); }
H1.HeaderClassName
{
color: #418A49;
}
.AnyTagClassName
{
color: #418A49;
}
</style>
background-color css
<style>
a { background-color: #418A49; }
a { background-color: rgb(65,138,73); }
div.DivClassName
{
background-color: #418A49;
}
.BgClassName
{
background-color: #418A49;
}
</style>
border-color css
<style>
span { border-color: #418A49; }
span { border-color: rgb(65,138,73); }
td.TdClassName
{
border-color: #418A49;
}
.TagClassName
{
border-color: #418A49;
}
</style>