Shades of Killarney #448452
Tints of Killarney #448452
RGB
CMYK
RGB Variations
Color information
#448452 (or 0x448452) is known color: Killarney. HEX triplet: 44, 84 and 52. RGB value is (68,132,82). Sum of RGB (Red+Green+Blue) = 68+132+82=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #448452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448452 is #BB7BAD. Grayscale: #6B6B6B. Windows color (decimal): -12286894 or 5407812. OLE color: 5407812.
HSL color Cylindrical-coordinate representation of color #448452: hue angle of 133.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448452 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 82 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.48 |
| HSL | 133.13º | 0.32% | 0.39% | - |
| HSV(B) | 133.13º | 0.48% | 0.52% | - |
| XYZ | 12.16 | 18.34 | 10.88 | - |
| YUV | 107.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 82 | 0.48 | 0 | 0.38 | 0.48 | 133.13 | 0.32 | 0.39 |
| Hex | 44 | 84 | 52 | 30 | 0 | 26 | 30 | 85 | 20 | 27 |
| Octal | 104 | 204 | 122 | 60 | 0 | 46 | 60 | 205 | 40 | 47 |
| Binary | 1000100 | 10000100 | 1010010 | 110000 | 0 | 100110 | 110000 | 10000101 | 100000 | 100111 |
Color Harmonies of #448452
Complementary color
Monochromatic Colors of #448452
Black with #448452
Text Example
Text Example
White with #448452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448452; }
p { color: rgb(68,132,82); }
H1.HeaderClassName
{
color: #448452;
}
.AnyTagClassName
{
color: #448452;
}
</style>
background-color css
<style>
a { background-color: #448452; }
a { background-color: rgb(68,132,82); }
div.DivClassName
{
background-color: #448452;
}
.BgClassName
{
background-color: #448452;
}
</style>
border-color css
<style>
span { border-color: #448452; }
span { border-color: rgb(68,132,82); }
td.TdClassName
{
border-color: #448452;
}
.TagClassName
{
border-color: #448452;
}
</style>