Shades of Killarney #45884A
Tints of Killarney #45884A
RGB
CMYK
RGB Variations
Color information
#45884A (or 0x45884A) is known color: Killarney. HEX triplet: 45, 88 and 4A. RGB value is (69,136,74). Sum of RGB (Red+Green+Blue) = 69+136+74=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #45884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45884A is #BA77B5. Grayscale: #6D6D6D. Windows color (decimal): -12220342 or 4884549. OLE color: 4884549.
HSL color Cylindrical-coordinate representation of color #45884A: hue angle of 124.48º 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 #45884A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 74 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.47 |
| HSL | 124.48º | 0.33% | 0.4% | - |
| HSV(B) | 124.48º | 0.49% | 0.53% | - |
| XYZ | 12.49 | 19.37 | 9.56 | - |
| YUV | 108.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 74 | 0.49 | 0 | 0.46 | 0.47 | 124.48 | 0.33 | 0.4 |
| Hex | 45 | 88 | 4A | 31 | 0 | 2E | 2F | 7C | 21 | 28 |
| Octal | 105 | 210 | 112 | 61 | 0 | 56 | 57 | 174 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1001010 | 110001 | 0 | 101110 | 101111 | 1111100 | 100001 | 101000 |
Color Harmonies of #45884A
Complementary color
Monochromatic Colors of #45884A
Black with #45884A
Text Example
Text Example
White with #45884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45884A; }
p { color: rgb(69,136,74); }
H1.HeaderClassName
{
color: #45884A;
}
.AnyTagClassName
{
color: #45884A;
}
</style>
background-color css
<style>
a { background-color: #45884A; }
a { background-color: rgb(69,136,74); }
div.DivClassName
{
background-color: #45884A;
}
.BgClassName
{
background-color: #45884A;
}
</style>
border-color css
<style>
span { border-color: #45884A; }
span { border-color: rgb(69,136,74); }
td.TdClassName
{
border-color: #45884A;
}
.TagClassName
{
border-color: #45884A;
}
</style>