Shades of Killarney #456949
Tints of Killarney #456949
RGB
CMYK
RGB Variations
Color information
#456949 (or 0x456949) is known color: Killarney. HEX triplet: 45, 69 and 49. RGB value is (69,105,73). Sum of RGB (Red+Green+Blue) = 69+105+73=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #456949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456949 is #BA96B6. Grayscale: #5A5A5A. Windows color (decimal): -12228279 or 4811077. OLE color: 4811077.
HSL color Cylindrical-coordinate representation of color #456949: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456949 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 73 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.59 |
| HSL | 126.67º | 0.21% | 0.34% | - |
| HSV(B) | 126.67º | 0.34% | 0.41% | - |
| XYZ | 8.71 | 11.85 | 8.13 | - |
| YUV | 90.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 73 | 0.34 | 0 | 0.30 | 0.59 | 126.67 | 0.21 | 0.34 |
| Hex | 45 | 69 | 49 | 22 | 0 | 1E | 3B | 7F | 15 | 22 |
| Octal | 105 | 151 | 111 | 42 | 0 | 36 | 73 | 177 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1001001 | 100010 | 0 | 11110 | 111011 | 1111111 | 10101 | 100010 |
Color Harmonies of #456949
Complementary color
Monochromatic Colors of #456949
Black with #456949
Text Example
Text Example
White with #456949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456949; }
p { color: rgb(69,105,73); }
H1.HeaderClassName
{
color: #456949;
}
.AnyTagClassName
{
color: #456949;
}
</style>
background-color css
<style>
a { background-color: #456949; }
a { background-color: rgb(69,105,73); }
div.DivClassName
{
background-color: #456949;
}
.BgClassName
{
background-color: #456949;
}
</style>
border-color css
<style>
span { border-color: #456949; }
span { border-color: rgb(69,105,73); }
td.TdClassName
{
border-color: #456949;
}
.TagClassName
{
border-color: #456949;
}
</style>