Shades of Killarney #448A52
Tints of Killarney #448A52
RGB
CMYK
RGB Variations
Color information
#448A52 (or 0x448A52) is known color: Killarney. HEX triplet: 44, 8A and 52. RGB value is (68,138,82). Sum of RGB (Red+Green+Blue) = 68+138+82=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #448A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A52 is #BB75AD. Grayscale: #6E6E6E. Windows color (decimal): -12285358 or 5409348. OLE color: 5409348.
HSL color Cylindrical-coordinate representation of color #448A52: hue angle of 132º 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 #448A52 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 82 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.46 |
| HSL | 132º | 0.34% | 0.4% | - |
| HSV(B) | 132º | 0.51% | 0.54% | - |
| XYZ | 13 | 20.02 | 11.16 | - |
| YUV | 110.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 82 | 0.51 | 0 | 0.41 | 0.46 | 132 | 0.34 | 0.4 |
| Hex | 44 | 8A | 52 | 33 | 0 | 29 | 2E | 84 | 22 | 28 |
| Octal | 104 | 212 | 122 | 63 | 0 | 51 | 56 | 204 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1010010 | 110011 | 0 | 101001 | 101110 | 10000100 | 100010 | 101000 |
Color Harmonies of #448A52
Complementary color
Monochromatic Colors of #448A52
Black with #448A52
Text Example
Text Example
White with #448A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A52; }
p { color: rgb(68,138,82); }
H1.HeaderClassName
{
color: #448A52;
}
.AnyTagClassName
{
color: #448A52;
}
</style>
background-color css
<style>
a { background-color: #448A52; }
a { background-color: rgb(68,138,82); }
div.DivClassName
{
background-color: #448A52;
}
.BgClassName
{
background-color: #448A52;
}
</style>
border-color css
<style>
span { border-color: #448A52; }
span { border-color: rgb(68,138,82); }
td.TdClassName
{
border-color: #448A52;
}
.TagClassName
{
border-color: #448A52;
}
</style>