Shades of Killarney #45784A
Tints of Killarney #45784A
RGB
CMYK
RGB Variations
Color information
#45784A (or 0x45784A) is known color: Killarney. HEX triplet: 45, 78 and 4A. RGB value is (69,120,74). Sum of RGB (Red+Green+Blue) = 69+120+74=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #45784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45784A is #BA87B5. Grayscale: #636363. Windows color (decimal): -12224438 or 4880453. OLE color: 4880453.
HSL color Cylindrical-coordinate representation of color #45784A: hue angle of 125.88º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45784A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 74 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.53 |
| HSL | 125.88º | 0.27% | 0.37% | - |
| HSV(B) | 125.88º | 0.43% | 0.47% | - |
| XYZ | 10.41 | 15.19 | 8.86 | - |
| YUV | 99.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 74 | 0.42 | 0 | 0.38 | 0.53 | 125.88 | 0.27 | 0.37 |
| Hex | 45 | 78 | 4A | 2A | 0 | 26 | 35 | 7E | 1B | 25 |
| Octal | 105 | 170 | 112 | 52 | 0 | 46 | 65 | 176 | 33 | 45 |
| Binary | 1000101 | 1111000 | 1001010 | 101010 | 0 | 100110 | 110101 | 1111110 | 11011 | 100101 |
Color Harmonies of #45784A
Complementary color
Monochromatic Colors of #45784A
Black with #45784A
Text Example
Text Example
White with #45784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45784A; }
p { color: rgb(69,120,74); }
H1.HeaderClassName
{
color: #45784A;
}
.AnyTagClassName
{
color: #45784A;
}
</style>
background-color css
<style>
a { background-color: #45784A; }
a { background-color: rgb(69,120,74); }
div.DivClassName
{
background-color: #45784A;
}
.BgClassName
{
background-color: #45784A;
}
</style>
border-color css
<style>
span { border-color: #45784A; }
span { border-color: rgb(69,120,74); }
td.TdClassName
{
border-color: #45784A;
}
.TagClassName
{
border-color: #45784A;
}
</style>