Shades of Killarney #418949
Tints of Killarney #418949
RGB
CMYK
RGB Variations
Color information
#418949 (or 0x418949) is known color: Killarney. HEX triplet: 41, 89 and 49. RGB value is (65,137,73). Sum of RGB (Red+Green+Blue) = 65+137+73=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #418949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418949 is #BE76B6. Grayscale: #6C6C6C. Windows color (decimal): -12482231 or 4819265. OLE color: 4819265.
HSL color Cylindrical-coordinate representation of color #418949: hue angle of 126.67º 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 #418949 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 73 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.46 |
| HSL | 126.67º | 0.36% | 0.4% | - |
| HSV(B) | 126.67º | 0.53% | 0.54% | - |
| XYZ | 12.33 | 19.5 | 9.42 | - |
| YUV | 108.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 73 | 0.53 | 0 | 0.47 | 0.46 | 126.67 | 0.36 | 0.4 |
| Hex | 41 | 89 | 49 | 35 | 0 | 2F | 2E | 7F | 24 | 28 |
| Octal | 101 | 211 | 111 | 65 | 0 | 57 | 56 | 177 | 44 | 50 |
| Binary | 1000001 | 10001001 | 1001001 | 110101 | 0 | 101111 | 101110 | 1111111 | 100100 | 101000 |
Color Harmonies of #418949
Complementary color
Monochromatic Colors of #418949
Black with #418949
Text Example
Text Example
White with #418949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418949; }
p { color: rgb(65,137,73); }
H1.HeaderClassName
{
color: #418949;
}
.AnyTagClassName
{
color: #418949;
}
</style>
background-color css
<style>
a { background-color: #418949; }
a { background-color: rgb(65,137,73); }
div.DivClassName
{
background-color: #418949;
}
.BgClassName
{
background-color: #418949;
}
</style>
border-color css
<style>
span { border-color: #418949; }
span { border-color: rgb(65,137,73); }
td.TdClassName
{
border-color: #418949;
}
.TagClassName
{
border-color: #418949;
}
</style>