Shades of Killarney #456848
Tints of Killarney #456848
RGB
CMYK
RGB Variations
Color information
#456848 (or 0x456848) is known color: Killarney. HEX triplet: 45, 68 and 48. RGB value is (69,104,72). Sum of RGB (Red+Green+Blue) = 69+104+72=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #456848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456848 is #BA97B7. Grayscale: #595959. Windows color (decimal): -12228536 or 4745285. OLE color: 4745285.
HSL color Cylindrical-coordinate representation of color #456848: hue angle of 125.14º degrees, saturation: 0.2, 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 #456848 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 72 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.59 |
| HSL | 125.14º | 0.2% | 0.34% | - |
| HSV(B) | 125.14º | 0.34% | 0.41% | - |
| XYZ | 8.57 | 11.63 | 7.92 | - |
| YUV | 89.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 72 | 0.34 | 0 | 0.31 | 0.59 | 125.14 | 0.2 | 0.34 |
| Hex | 45 | 68 | 48 | 22 | 0 | 1F | 3B | 7D | 14 | 22 |
| Octal | 105 | 150 | 110 | 42 | 0 | 37 | 73 | 175 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1001000 | 100010 | 0 | 11111 | 111011 | 1111101 | 10100 | 100010 |
Color Harmonies of #456848
Complementary color
Monochromatic Colors of #456848
Black with #456848
Text Example
Text Example
White with #456848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456848; }
p { color: rgb(69,104,72); }
H1.HeaderClassName
{
color: #456848;
}
.AnyTagClassName
{
color: #456848;
}
</style>
background-color css
<style>
a { background-color: #456848; }
a { background-color: rgb(69,104,72); }
div.DivClassName
{
background-color: #456848;
}
.BgClassName
{
background-color: #456848;
}
</style>
border-color css
<style>
span { border-color: #456848; }
span { border-color: rgb(69,104,72); }
td.TdClassName
{
border-color: #456848;
}
.TagClassName
{
border-color: #456848;
}
</style>