Shades of Killarney #448A4C
Tints of Killarney #448A4C
RGB
CMYK
RGB Variations
Color information
#448A4C (or 0x448A4C) is known color: Killarney. HEX triplet: 44, 8A and 4C. RGB value is (68,138,76). Sum of RGB (Red+Green+Blue) = 68+138+76=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #448A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A4C is #BB75B3. Grayscale: #6E6E6E. Windows color (decimal): -12285364 or 5016132. OLE color: 5016132.
HSL color Cylindrical-coordinate representation of color #448A4C: hue angle of 126.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A4C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 76 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.46 |
| HSL | 126.86º | 0.34% | 0.4% | - |
| HSV(B) | 126.86º | 0.51% | 0.54% | - |
| XYZ | 12.78 | 19.93 | 10.01 | - |
| YUV | 110 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 76 | 0.51 | 0 | 0.45 | 0.46 | 126.86 | 0.34 | 0.4 |
| Hex | 44 | 8A | 4C | 33 | 0 | 2D | 2E | 7F | 22 | 28 |
| Octal | 104 | 212 | 114 | 63 | 0 | 55 | 56 | 177 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1001100 | 110011 | 0 | 101101 | 101110 | 1111111 | 100010 | 101000 |
Color Harmonies of #448A4C
Complementary color
Monochromatic Colors of #448A4C
Black with #448A4C
Text Example
Text Example
White with #448A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A4C; }
p { color: rgb(68,138,76); }
H1.HeaderClassName
{
color: #448A4C;
}
.AnyTagClassName
{
color: #448A4C;
}
</style>
background-color css
<style>
a { background-color: #448A4C; }
a { background-color: rgb(68,138,76); }
div.DivClassName
{
background-color: #448A4C;
}
.BgClassName
{
background-color: #448A4C;
}
</style>
border-color css
<style>
span { border-color: #448A4C; }
span { border-color: rgb(68,138,76); }
td.TdClassName
{
border-color: #448A4C;
}
.TagClassName
{
border-color: #448A4C;
}
</style>