Shades of Killarney #448A48
Tints of Killarney #448A48
RGB
CMYK
RGB Variations
Color information
#448A48 (or 0x448A48) is known color: Killarney. HEX triplet: 44, 8A and 48. RGB value is (68,138,72). Sum of RGB (Red+Green+Blue) = 68+138+72=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #448A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A48 is #BB75B7. Grayscale: #6D6D6D. Windows color (decimal): -12285368 or 4753988. OLE color: 4753988.
HSL color Cylindrical-coordinate representation of color #448A48: hue angle of 123.43º 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 #448A48 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 72 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.46 |
| HSL | 123.43º | 0.34% | 0.4% | - |
| HSV(B) | 123.43º | 0.51% | 0.54% | - |
| XYZ | 12.64 | 19.87 | 9.3 | - |
| YUV | 109.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 72 | 0.51 | 0 | 0.48 | 0.46 | 123.43 | 0.34 | 0.4 |
| Hex | 44 | 8A | 48 | 33 | 0 | 30 | 2E | 7B | 22 | 28 |
| Octal | 104 | 212 | 110 | 63 | 0 | 60 | 56 | 173 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1001000 | 110011 | 0 | 110000 | 101110 | 1111011 | 100010 | 101000 |
Color Harmonies of #448A48
Complementary color
Monochromatic Colors of #448A48
Black with #448A48
Text Example
Text Example
White with #448A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A48; }
p { color: rgb(68,138,72); }
H1.HeaderClassName
{
color: #448A48;
}
.AnyTagClassName
{
color: #448A48;
}
</style>
background-color css
<style>
a { background-color: #448A48; }
a { background-color: rgb(68,138,72); }
div.DivClassName
{
background-color: #448A48;
}
.BgClassName
{
background-color: #448A48;
}
</style>
border-color css
<style>
span { border-color: #448A48; }
span { border-color: rgb(68,138,72); }
td.TdClassName
{
border-color: #448A48;
}
.TagClassName
{
border-color: #448A48;
}
</style>