Shades of Killarney #448648
Tints of Killarney #448648
RGB
CMYK
RGB Variations
Color information
#448648 (or 0x448648) is known color: Killarney. HEX triplet: 44, 86 and 48. RGB value is (68,134,72). Sum of RGB (Red+Green+Blue) = 68+134+72=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #448648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448648 is #BB79B7. Grayscale: #6B6B6B. Windows color (decimal): -12286392 or 4752964. OLE color: 4752964.
HSL color Cylindrical-coordinate representation of color #448648: hue angle of 123.64º 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 #448648 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 72 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.47 |
| HSL | 123.64º | 0.33% | 0.4% | - |
| HSV(B) | 123.64º | 0.49% | 0.53% | - |
| XYZ | 12.08 | 18.75 | 9.11 | - |
| YUV | 107.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 72 | 0.49 | 0 | 0.46 | 0.47 | 123.64 | 0.33 | 0.4 |
| Hex | 44 | 86 | 48 | 31 | 0 | 2E | 2F | 7C | 21 | 28 |
| Octal | 104 | 206 | 110 | 61 | 0 | 56 | 57 | 174 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1001000 | 110001 | 0 | 101110 | 101111 | 1111100 | 100001 | 101000 |
Color Harmonies of #448648
Complementary color
Monochromatic Colors of #448648
Black with #448648
Text Example
Text Example
White with #448648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448648; }
p { color: rgb(68,134,72); }
H1.HeaderClassName
{
color: #448648;
}
.AnyTagClassName
{
color: #448648;
}
</style>
background-color css
<style>
a { background-color: #448648; }
a { background-color: rgb(68,134,72); }
div.DivClassName
{
background-color: #448648;
}
.BgClassName
{
background-color: #448648;
}
</style>
border-color css
<style>
span { border-color: #448648; }
span { border-color: rgb(68,134,72); }
td.TdClassName
{
border-color: #448648;
}
.TagClassName
{
border-color: #448648;
}
</style>