Shades of Killarney #45884C
Tints of Killarney #45884C
RGB
CMYK
RGB Variations
Color information
#45884C (or 0x45884C) is known color: Killarney. HEX triplet: 45, 88 and 4C. RGB value is (69,136,76). Sum of RGB (Red+Green+Blue) = 69+136+76=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #45884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45884C is #BA77B3. Grayscale: #6D6D6D. Windows color (decimal): -12220340 or 5015621. OLE color: 5015621.
HSL color Cylindrical-coordinate representation of color #45884C: hue angle of 126.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45884C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 76 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.47 |
| HSL | 126.27º | 0.33% | 0.4% | - |
| HSV(B) | 126.27º | 0.49% | 0.53% | - |
| XYZ | 12.56 | 19.4 | 9.92 | - |
| YUV | 109.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 76 | 0.49 | 0 | 0.44 | 0.47 | 126.27 | 0.33 | 0.4 |
| Hex | 45 | 88 | 4C | 31 | 0 | 2C | 2F | 7E | 21 | 28 |
| Octal | 105 | 210 | 114 | 61 | 0 | 54 | 57 | 176 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1001100 | 110001 | 0 | 101100 | 101111 | 1111110 | 100001 | 101000 |
Color Harmonies of #45884C
Complementary color
Monochromatic Colors of #45884C
Black with #45884C
Text Example
Text Example
White with #45884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45884C; }
p { color: rgb(69,136,76); }
H1.HeaderClassName
{
color: #45884C;
}
.AnyTagClassName
{
color: #45884C;
}
</style>
background-color css
<style>
a { background-color: #45884C; }
a { background-color: rgb(69,136,76); }
div.DivClassName
{
background-color: #45884C;
}
.BgClassName
{
background-color: #45884C;
}
</style>
border-color css
<style>
span { border-color: #45884C; }
span { border-color: rgb(69,136,76); }
td.TdClassName
{
border-color: #45884C;
}
.TagClassName
{
border-color: #45884C;
}
</style>