Shades of Killarney #448549
Tints of Killarney #448549
RGB
CMYK
RGB Variations
Color information
#448549 (or 0x448549) is known color: Killarney. HEX triplet: 44, 85 and 49. RGB value is (68,133,73). Sum of RGB (Red+Green+Blue) = 68+133+73=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #448549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448549 is #BB7AB6. Grayscale: #6A6A6A. Windows color (decimal): -12286647 or 4818244. OLE color: 4818244.
HSL color Cylindrical-coordinate representation of color #448549: hue angle of 124.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448549 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 73 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.48 |
| HSL | 124.62º | 0.32% | 0.39% | - |
| HSV(B) | 124.62º | 0.49% | 0.52% | - |
| XYZ | 11.97 | 18.49 | 9.24 | - |
| YUV | 106.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 73 | 0.49 | 0 | 0.45 | 0.48 | 124.62 | 0.32 | 0.39 |
| Hex | 44 | 85 | 49 | 31 | 0 | 2D | 30 | 7D | 20 | 27 |
| Octal | 104 | 205 | 111 | 61 | 0 | 55 | 60 | 175 | 40 | 47 |
| Binary | 1000100 | 10000101 | 1001001 | 110001 | 0 | 101101 | 110000 | 1111101 | 100000 | 100111 |
Color Harmonies of #448549
Complementary color
Monochromatic Colors of #448549
Black with #448549
Text Example
Text Example
White with #448549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448549; }
p { color: rgb(68,133,73); }
H1.HeaderClassName
{
color: #448549;
}
.AnyTagClassName
{
color: #448549;
}
</style>
background-color css
<style>
a { background-color: #448549; }
a { background-color: rgb(68,133,73); }
div.DivClassName
{
background-color: #448549;
}
.BgClassName
{
background-color: #448549;
}
</style>
border-color css
<style>
span { border-color: #448549; }
span { border-color: rgb(68,133,73); }
td.TdClassName
{
border-color: #448549;
}
.TagClassName
{
border-color: #448549;
}
</style>