Shades of Killarney #45874D
Tints of Killarney #45874D
RGB
CMYK
RGB Variations
Color information
#45874D (or 0x45874D) is known color: Killarney. HEX triplet: 45, 87 and 4D. RGB value is (69,135,77). Sum of RGB (Red+Green+Blue) = 69+135+77=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #45874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45874D is #BA78B2. Grayscale: #6C6C6C. Windows color (decimal): -12220595 or 5080901. OLE color: 5080901.
HSL color Cylindrical-coordinate representation of color #45874D: hue angle of 127.27º 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 #45874D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 77 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.47 |
| HSL | 127.27º | 0.32% | 0.4% | - |
| HSV(B) | 127.27º | 0.49% | 0.53% | - |
| XYZ | 12.46 | 19.13 | 10.06 | - |
| YUV | 108.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 77 | 0.49 | 0 | 0.43 | 0.47 | 127.27 | 0.32 | 0.4 |
| Hex | 45 | 87 | 4D | 31 | 0 | 2B | 2F | 7F | 20 | 28 |
| Octal | 105 | 207 | 115 | 61 | 0 | 53 | 57 | 177 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1001101 | 110001 | 0 | 101011 | 101111 | 1111111 | 100000 | 101000 |
Color Harmonies of #45874D
Complementary color
Monochromatic Colors of #45874D
Black with #45874D
Text Example
Text Example
White with #45874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45874D; }
p { color: rgb(69,135,77); }
H1.HeaderClassName
{
color: #45874D;
}
.AnyTagClassName
{
color: #45874D;
}
</style>
background-color css
<style>
a { background-color: #45874D; }
a { background-color: rgb(69,135,77); }
div.DivClassName
{
background-color: #45874D;
}
.BgClassName
{
background-color: #45874D;
}
</style>
border-color css
<style>
span { border-color: #45874D; }
span { border-color: rgb(69,135,77); }
td.TdClassName
{
border-color: #45874D;
}
.TagClassName
{
border-color: #45874D;
}
</style>