Shades of Killarney #45884B
Tints of Killarney #45884B
RGB
CMYK
RGB Variations
Color information
#45884B (or 0x45884B) is known color: Killarney. HEX triplet: 45, 88 and 4B. RGB value is (69,136,75). Sum of RGB (Red+Green+Blue) = 69+136+75=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #45884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45884B is #BA77B4. Grayscale: #6D6D6D. Windows color (decimal): -12220341 or 4950085. OLE color: 4950085.
HSL color Cylindrical-coordinate representation of color #45884B: hue angle of 125.37º 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 #45884B is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 75 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.47 |
| HSL | 125.37º | 0.33% | 0.4% | - |
| HSV(B) | 125.37º | 0.49% | 0.53% | - |
| XYZ | 12.53 | 19.38 | 9.74 | - |
| YUV | 109.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 75 | 0.49 | 0 | 0.45 | 0.47 | 125.37 | 0.33 | 0.4 |
| Hex | 45 | 88 | 4B | 31 | 0 | 2D | 2F | 7D | 21 | 28 |
| Octal | 105 | 210 | 113 | 61 | 0 | 55 | 57 | 175 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1001011 | 110001 | 0 | 101101 | 101111 | 1111101 | 100001 | 101000 |
Color Harmonies of #45884B
Complementary color
Monochromatic Colors of #45884B
Black with #45884B
Text Example
Text Example
White with #45884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45884B; }
p { color: rgb(69,136,75); }
H1.HeaderClassName
{
color: #45884B;
}
.AnyTagClassName
{
color: #45884B;
}
</style>
background-color css
<style>
a { background-color: #45884B; }
a { background-color: rgb(69,136,75); }
div.DivClassName
{
background-color: #45884B;
}
.BgClassName
{
background-color: #45884B;
}
</style>
border-color css
<style>
span { border-color: #45884B; }
span { border-color: rgb(69,136,75); }
td.TdClassName
{
border-color: #45884B;
}
.TagClassName
{
border-color: #45884B;
}
</style>