Shades of Killarney #45874C
Tints of Killarney #45874C
RGB
CMYK
RGB Variations
Color information
#45874C (or 0x45874C) is known color: Killarney. HEX triplet: 45, 87 and 4C. RGB value is (69,135,76). Sum of RGB (Red+Green+Blue) = 69+135+76=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #45874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45874C is #BA78B3. Grayscale: #6C6C6C. Windows color (decimal): -12220596 or 5015365. OLE color: 5015365.
HSL color Cylindrical-coordinate representation of color #45874C: hue angle of 126.36º degrees, saturation: 0.32, 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 #45874C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 76 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.47 |
| HSL | 126.36º | 0.32% | 0.4% | - |
| HSV(B) | 126.36º | 0.49% | 0.53% | - |
| XYZ | 12.42 | 19.11 | 9.87 | - |
| YUV | 108.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 76 | 0.49 | 0 | 0.44 | 0.47 | 126.36 | 0.32 | 0.4 |
| Hex | 45 | 87 | 4C | 31 | 0 | 2C | 2F | 7E | 20 | 28 |
| Octal | 105 | 207 | 114 | 61 | 0 | 54 | 57 | 176 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1001100 | 110001 | 0 | 101100 | 101111 | 1111110 | 100000 | 101000 |
Color Harmonies of #45874C
Complementary color
Monochromatic Colors of #45874C
Black with #45874C
Text Example
Text Example
White with #45874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45874C; }
p { color: rgb(69,135,76); }
H1.HeaderClassName
{
color: #45874C;
}
.AnyTagClassName
{
color: #45874C;
}
</style>
background-color css
<style>
a { background-color: #45874C; }
a { background-color: rgb(69,135,76); }
div.DivClassName
{
background-color: #45874C;
}
.BgClassName
{
background-color: #45874C;
}
</style>
border-color css
<style>
span { border-color: #45874C; }
span { border-color: rgb(69,135,76); }
td.TdClassName
{
border-color: #45874C;
}
.TagClassName
{
border-color: #45874C;
}
</style>