Shades of Killarney #45744B
Tints of Killarney #45744B
RGB
CMYK
RGB Variations
Color information
#45744B (or 0x45744B) is known color: Killarney. HEX triplet: 45, 74 and 4B. RGB value is (69,116,75). Sum of RGB (Red+Green+Blue) = 69+116+75=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #45744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45744B is #BA8BB4. Grayscale: #616161. Windows color (decimal): -12225461 or 4944965. OLE color: 4944965.
HSL color Cylindrical-coordinate representation of color #45744B: hue angle of 127.66º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45744B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 75 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.55 |
| HSL | 127.66º | 0.25% | 0.36% | - |
| HSV(B) | 127.66º | 0.41% | 0.45% | - |
| XYZ | 9.97 | 14.26 | 8.88 | - |
| YUV | 97.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 75 | 0.41 | 0 | 0.35 | 0.55 | 127.66 | 0.25 | 0.36 |
| Hex | 45 | 74 | 4B | 29 | 0 | 23 | 37 | 80 | 19 | 24 |
| Octal | 105 | 164 | 113 | 51 | 0 | 43 | 67 | 200 | 31 | 44 |
| Binary | 1000101 | 1110100 | 1001011 | 101001 | 0 | 100011 | 110111 | 10000000 | 11001 | 100100 |
Color Harmonies of #45744B
Complementary color
Monochromatic Colors of #45744B
Black with #45744B
Text Example
Text Example
White with #45744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45744B; }
p { color: rgb(69,116,75); }
H1.HeaderClassName
{
color: #45744B;
}
.AnyTagClassName
{
color: #45744B;
}
</style>
background-color css
<style>
a { background-color: #45744B; }
a { background-color: rgb(69,116,75); }
div.DivClassName
{
background-color: #45744B;
}
.BgClassName
{
background-color: #45744B;
}
</style>
border-color css
<style>
span { border-color: #45744B; }
span { border-color: rgb(69,116,75); }
td.TdClassName
{
border-color: #45744B;
}
.TagClassName
{
border-color: #45744B;
}
</style>