Shades of Killarney #418848
Tints of Killarney #418848
RGB
CMYK
RGB Variations
Color information
#418848 (or 0x418848) is known color: Killarney. HEX triplet: 41, 88 and 48. RGB value is (65,136,72). Sum of RGB (Red+Green+Blue) = 65+136+72=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #418848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418848 is #BE77B7. Grayscale: #6B6B6B. Windows color (decimal): -12482488 or 4753473. OLE color: 4753473.
HSL color Cylindrical-coordinate representation of color #418848: hue angle of 125.92º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418848 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 72 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.47 |
| HSL | 125.92º | 0.35% | 0.39% | - |
| HSV(B) | 125.92º | 0.52% | 0.53% | - |
| XYZ | 12.15 | 19.2 | 9.2 | - |
| YUV | 107.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 72 | 0.52 | 0 | 0.47 | 0.47 | 125.92 | 0.35 | 0.39 |
| Hex | 41 | 88 | 48 | 34 | 0 | 2F | 2F | 7E | 23 | 27 |
| Octal | 101 | 210 | 110 | 64 | 0 | 57 | 57 | 176 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1001000 | 110100 | 0 | 101111 | 101111 | 1111110 | 100011 | 100111 |
Color Harmonies of #418848
Complementary color
Monochromatic Colors of #418848
Black with #418848
Text Example
Text Example
White with #418848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418848; }
p { color: rgb(65,136,72); }
H1.HeaderClassName
{
color: #418848;
}
.AnyTagClassName
{
color: #418848;
}
</style>
background-color css
<style>
a { background-color: #418848; }
a { background-color: rgb(65,136,72); }
div.DivClassName
{
background-color: #418848;
}
.BgClassName
{
background-color: #418848;
}
</style>
border-color css
<style>
span { border-color: #418848; }
span { border-color: rgb(65,136,72); }
td.TdClassName
{
border-color: #418848;
}
.TagClassName
{
border-color: #418848;
}
</style>