Shades of Killarney #448948
Tints of Killarney #448948
RGB
CMYK
RGB Variations
Color information
#448948 (or 0x448948) is known color: Killarney. HEX triplet: 44, 89 and 48. RGB value is (68,137,72). Sum of RGB (Red+Green+Blue) = 68+137+72=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #448948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448948 is #BB76B7. Grayscale: #6D6D6D. Windows color (decimal): -12285624 or 4753732. OLE color: 4753732.
HSL color Cylindrical-coordinate representation of color #448948: hue angle of 123.48º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448948 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 72 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.46 |
| HSL | 123.48º | 0.34% | 0.4% | - |
| HSV(B) | 123.48º | 0.5% | 0.54% | - |
| XYZ | 12.5 | 19.59 | 9.25 | - |
| YUV | 108.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 72 | 0.50 | 0 | 0.47 | 0.46 | 123.48 | 0.34 | 0.4 |
| Hex | 44 | 89 | 48 | 32 | 0 | 2F | 2E | 7B | 22 | 28 |
| Octal | 104 | 211 | 110 | 62 | 0 | 57 | 56 | 173 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1001000 | 110010 | 0 | 101111 | 101110 | 1111011 | 100010 | 101000 |
Color Harmonies of #448948
Complementary color
Monochromatic Colors of #448948
Black with #448948
Text Example
Text Example
White with #448948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448948; }
p { color: rgb(68,137,72); }
H1.HeaderClassName
{
color: #448948;
}
.AnyTagClassName
{
color: #448948;
}
</style>
background-color css
<style>
a { background-color: #448948; }
a { background-color: rgb(68,137,72); }
div.DivClassName
{
background-color: #448948;
}
.BgClassName
{
background-color: #448948;
}
</style>
border-color css
<style>
span { border-color: #448948; }
span { border-color: rgb(68,137,72); }
td.TdClassName
{
border-color: #448948;
}
.TagClassName
{
border-color: #448948;
}
</style>