Shades of Killarney #45894A
Tints of Killarney #45894A
RGB
CMYK
RGB Variations
Color information
#45894A (or 0x45894A) is known color: Killarney. HEX triplet: 45, 89 and 4A. RGB value is (69,137,74). Sum of RGB (Red+Green+Blue) = 69+137+74=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #45894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45894A is #BA76B5. Grayscale: #6D6D6D. Windows color (decimal): -12220086 or 4884805. OLE color: 4884805.
HSL color Cylindrical-coordinate representation of color #45894A: hue angle of 124.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45894A is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 74 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.46 |
| HSL | 124.41º | 0.33% | 0.4% | - |
| HSV(B) | 124.41º | 0.5% | 0.54% | - |
| XYZ | 12.64 | 19.65 | 9.61 | - |
| YUV | 109.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 74 | 0.50 | 0 | 0.46 | 0.46 | 124.41 | 0.33 | 0.4 |
| Hex | 45 | 89 | 4A | 32 | 0 | 2E | 2E | 7C | 21 | 28 |
| Octal | 105 | 211 | 112 | 62 | 0 | 56 | 56 | 174 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1001010 | 110010 | 0 | 101110 | 101110 | 1111100 | 100001 | 101000 |
Color Harmonies of #45894A
Complementary color
Monochromatic Colors of #45894A
Black with #45894A
Text Example
Text Example
White with #45894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45894A; }
p { color: rgb(69,137,74); }
H1.HeaderClassName
{
color: #45894A;
}
.AnyTagClassName
{
color: #45894A;
}
</style>
background-color css
<style>
a { background-color: #45894A; }
a { background-color: rgb(69,137,74); }
div.DivClassName
{
background-color: #45894A;
}
.BgClassName
{
background-color: #45894A;
}
</style>
border-color css
<style>
span { border-color: #45894A; }
span { border-color: rgb(69,137,74); }
td.TdClassName
{
border-color: #45894A;
}
.TagClassName
{
border-color: #45894A;
}
</style>