Shades of Killarney #45744D
Tints of Killarney #45744D
RGB
CMYK
RGB Variations
Color information
#45744D (or 0x45744D) is known color: Killarney. HEX triplet: 45, 74 and 4D. RGB value is (69,116,77). Sum of RGB (Red+Green+Blue) = 69+116+77=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #45744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45744D is #BA8BB2. Grayscale: #616161. Windows color (decimal): -12225459 or 5076037. OLE color: 5076037.
HSL color Cylindrical-coordinate representation of color #45744D: hue angle of 130.21º 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 #45744D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 77 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.55 |
| HSL | 130.21º | 0.25% | 0.36% | - |
| HSV(B) | 130.21º | 0.41% | 0.45% | - |
| XYZ | 10.04 | 14.29 | 9.25 | - |
| YUV | 97.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 77 | 0.41 | 0 | 0.34 | 0.55 | 130.21 | 0.25 | 0.36 |
| Hex | 45 | 74 | 4D | 29 | 0 | 22 | 37 | 82 | 19 | 24 |
| Octal | 105 | 164 | 115 | 51 | 0 | 42 | 67 | 202 | 31 | 44 |
| Binary | 1000101 | 1110100 | 1001101 | 101001 | 0 | 100010 | 110111 | 10000010 | 11001 | 100100 |
Color Harmonies of #45744D
Complementary color
Monochromatic Colors of #45744D
Black with #45744D
Text Example
Text Example
White with #45744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45744D; }
p { color: rgb(69,116,77); }
H1.HeaderClassName
{
color: #45744D;
}
.AnyTagClassName
{
color: #45744D;
}
</style>
background-color css
<style>
a { background-color: #45744D; }
a { background-color: rgb(69,116,77); }
div.DivClassName
{
background-color: #45744D;
}
.BgClassName
{
background-color: #45744D;
}
</style>
border-color css
<style>
span { border-color: #45744D; }
span { border-color: rgb(69,116,77); }
td.TdClassName
{
border-color: #45744D;
}
.TagClassName
{
border-color: #45744D;
}
</style>