Shades of Killarney #45774E
Tints of Killarney #45774E
RGB
CMYK
RGB Variations
Color information
#45774E (or 0x45774E) is known color: Killarney. HEX triplet: 45, 77 and 4E. RGB value is (69,119,78). Sum of RGB (Red+Green+Blue) = 69+119+78=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #45774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45774E is #BA88B1. Grayscale: #636363. Windows color (decimal): -12224690 or 5142341. OLE color: 5142341.
HSL color Cylindrical-coordinate representation of color #45774E: hue angle of 130.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45774E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 119 | 78 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.53 |
| HSL | 130.8º | 0.27% | 0.37% | - |
| HSV(B) | 130.8º | 0.42% | 0.47% | - |
| XYZ | 10.43 | 15.01 | 9.56 | - |
| YUV | 99.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 78 | 0.42 | 0 | 0.34 | 0.53 | 130.8 | 0.27 | 0.37 |
| Hex | 45 | 77 | 4E | 2A | 0 | 22 | 35 | 83 | 1B | 25 |
| Octal | 105 | 167 | 116 | 52 | 0 | 42 | 65 | 203 | 33 | 45 |
| Binary | 1000101 | 1110111 | 1001110 | 101010 | 0 | 100010 | 110101 | 10000011 | 11011 | 100101 |
Color Harmonies of #45774E
Complementary color
Monochromatic Colors of #45774E
Black with #45774E
Text Example
Text Example
White with #45774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45774E; }
p { color: rgb(69,119,78); }
H1.HeaderClassName
{
color: #45774E;
}
.AnyTagClassName
{
color: #45774E;
}
</style>
background-color css
<style>
a { background-color: #45774E; }
a { background-color: rgb(69,119,78); }
div.DivClassName
{
background-color: #45774E;
}
.BgClassName
{
background-color: #45774E;
}
</style>
border-color css
<style>
span { border-color: #45774E; }
span { border-color: rgb(69,119,78); }
td.TdClassName
{
border-color: #45774E;
}
.TagClassName
{
border-color: #45774E;
}
</style>