Shades of Killarney #448645
Tints of Killarney #448645
RGB
CMYK
RGB Variations
Color information
#448645 (or 0x448645) is known color: Killarney. HEX triplet: 44, 86 and 45. RGB value is (68,134,69). Sum of RGB (Red+Green+Blue) = 68+134+69=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #448645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448645 is #BB79BA. Grayscale: #6B6B6B. Windows color (decimal): -12286395 or 4556356. OLE color: 4556356.
HSL color Cylindrical-coordinate representation of color #448645: hue angle of 120.91º 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 #448645 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 69 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.47 |
| HSL | 120.91º | 0.33% | 0.4% | - |
| HSV(B) | 120.91º | 0.49% | 0.53% | - |
| XYZ | 11.98 | 18.71 | 8.61 | - |
| YUV | 106.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 69 | 0.49 | 0 | 0.49 | 0.47 | 120.91 | 0.33 | 0.4 |
| Hex | 44 | 86 | 45 | 31 | 0 | 31 | 2F | 79 | 21 | 28 |
| Octal | 104 | 206 | 105 | 61 | 0 | 61 | 57 | 171 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1000101 | 110001 | 0 | 110001 | 101111 | 1111001 | 100001 | 101000 |
Color Harmonies of #448645
Complementary color
Monochromatic Colors of #448645
Black with #448645
Text Example
Text Example
White with #448645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448645; }
p { color: rgb(68,134,69); }
H1.HeaderClassName
{
color: #448645;
}
.AnyTagClassName
{
color: #448645;
}
</style>
background-color css
<style>
a { background-color: #448645; }
a { background-color: rgb(68,134,69); }
div.DivClassName
{
background-color: #448645;
}
.BgClassName
{
background-color: #448645;
}
</style>
border-color css
<style>
span { border-color: #448645; }
span { border-color: rgb(68,134,69); }
td.TdClassName
{
border-color: #448645;
}
.TagClassName
{
border-color: #448645;
}
</style>