Shades of Killarney #45864E
Tints of Killarney #45864E
RGB
CMYK
RGB Variations
Color information
#45864E (or 0x45864E) is known color: Killarney. HEX triplet: 45, 86 and 4E. RGB value is (69,134,78). Sum of RGB (Red+Green+Blue) = 69+134+78=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #45864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45864E is #BA79B1. Grayscale: #6C6C6C. Windows color (decimal): -12220850 or 5146181. OLE color: 5146181.
HSL color Cylindrical-coordinate representation of color #45864E: hue angle of 128.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45864E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 134 | 78 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.47 |
| HSL | 128.31º | 0.32% | 0.4% | - |
| HSV(B) | 128.31º | 0.49% | 0.53% | - |
| XYZ | 12.35 | 18.87 | 10.2 | - |
| YUV | 108.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 78 | 0.49 | 0 | 0.42 | 0.47 | 128.31 | 0.32 | 0.4 |
| Hex | 45 | 86 | 4E | 31 | 0 | 2A | 2F | 80 | 20 | 28 |
| Octal | 105 | 206 | 116 | 61 | 0 | 52 | 57 | 200 | 40 | 50 |
| Binary | 1000101 | 10000110 | 1001110 | 110001 | 0 | 101010 | 101111 | 10000000 | 100000 | 101000 |
Color Harmonies of #45864E
Complementary color
Monochromatic Colors of #45864E
Black with #45864E
Text Example
Text Example
White with #45864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45864E; }
p { color: rgb(69,134,78); }
H1.HeaderClassName
{
color: #45864E;
}
.AnyTagClassName
{
color: #45864E;
}
</style>
background-color css
<style>
a { background-color: #45864E; }
a { background-color: rgb(69,134,78); }
div.DivClassName
{
background-color: #45864E;
}
.BgClassName
{
background-color: #45864E;
}
</style>
border-color css
<style>
span { border-color: #45864E; }
span { border-color: rgb(69,134,78); }
td.TdClassName
{
border-color: #45864E;
}
.TagClassName
{
border-color: #45864E;
}
</style>