Shades of Killarney #418B49
Tints of Killarney #418B49
RGB
CMYK
RGB Variations
Color information
#418B49 (or 0x418B49) is known color: Killarney. HEX triplet: 41, 8B and 49. RGB value is (65,139,73). Sum of RGB (Red+Green+Blue) = 65+139+73=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #418B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B49 is #BE74B6. Grayscale: #6D6D6D. Windows color (decimal): -12481719 or 4819777. OLE color: 4819777.
HSL color Cylindrical-coordinate representation of color #418B49: hue angle of 126.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B49 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 73 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.45 |
| HSL | 126.49º | 0.36% | 0.4% | - |
| HSV(B) | 126.49º | 0.53% | 0.55% | - |
| XYZ | 12.62 | 20.07 | 9.51 | - |
| YUV | 109.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 73 | 0.53 | 0 | 0.47 | 0.45 | 126.49 | 0.36 | 0.4 |
| Hex | 41 | 8B | 49 | 35 | 0 | 2F | 2D | 7E | 24 | 28 |
| Octal | 101 | 213 | 111 | 65 | 0 | 57 | 55 | 176 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1001001 | 110101 | 0 | 101111 | 101101 | 1111110 | 100100 | 101000 |
Color Harmonies of #418B49
Complementary color
Monochromatic Colors of #418B49
Black with #418B49
Text Example
Text Example
White with #418B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B49; }
p { color: rgb(65,139,73); }
H1.HeaderClassName
{
color: #418B49;
}
.AnyTagClassName
{
color: #418B49;
}
</style>
background-color css
<style>
a { background-color: #418B49; }
a { background-color: rgb(65,139,73); }
div.DivClassName
{
background-color: #418B49;
}
.BgClassName
{
background-color: #418B49;
}
</style>
border-color css
<style>
span { border-color: #418B49; }
span { border-color: rgb(65,139,73); }
td.TdClassName
{
border-color: #418B49;
}
.TagClassName
{
border-color: #418B49;
}
</style>