Shades of Killarney #456C49
Tints of Killarney #456C49
RGB
CMYK
RGB Variations
Color information
#456C49 (or 0x456C49) is known color: Killarney. HEX triplet: 45, 6C and 49. RGB value is (69,108,73). Sum of RGB (Red+Green+Blue) = 69+108+73=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #456C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456C49 is #BA93B6. Grayscale: #5C5C5C. Windows color (decimal): -12227511 or 4811845. OLE color: 4811845.
HSL color Cylindrical-coordinate representation of color #456C49: hue angle of 126.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C49 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 73 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.58 |
| HSL | 126.15º | 0.22% | 0.35% | - |
| HSV(B) | 126.15º | 0.36% | 0.42% | - |
| XYZ | 9.02 | 12.47 | 8.24 | - |
| YUV | 92.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 73 | 0.36 | 0 | 0.32 | 0.58 | 126.15 | 0.22 | 0.35 |
| Hex | 45 | 6C | 49 | 24 | 0 | 20 | 3A | 7E | 16 | 23 |
| Octal | 105 | 154 | 111 | 44 | 0 | 40 | 72 | 176 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1001001 | 100100 | 0 | 100000 | 111010 | 1111110 | 10110 | 100011 |
Color Harmonies of #456C49
Complementary color
Monochromatic Colors of #456C49
Black with #456C49
Text Example
Text Example
White with #456C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C49; }
p { color: rgb(69,108,73); }
H1.HeaderClassName
{
color: #456C49;
}
.AnyTagClassName
{
color: #456C49;
}
</style>
background-color css
<style>
a { background-color: #456C49; }
a { background-color: rgb(69,108,73); }
div.DivClassName
{
background-color: #456C49;
}
.BgClassName
{
background-color: #456C49;
}
</style>
border-color css
<style>
span { border-color: #456C49; }
span { border-color: rgb(69,108,73); }
td.TdClassName
{
border-color: #456C49;
}
.TagClassName
{
border-color: #456C49;
}
</style>