Shades of Killarney #448745
Tints of Killarney #448745
RGB
CMYK
RGB Variations
Color information
#448745 (or 0x448745) is known color: Killarney. HEX triplet: 44, 87 and 45. RGB value is (68,135,69). Sum of RGB (Red+Green+Blue) = 68+135+69=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #448745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448745 is #BB78BA. Grayscale: #6B6B6B. Windows color (decimal): -12286139 or 4556612. OLE color: 4556612.
HSL color Cylindrical-coordinate representation of color #448745: hue angle of 120.9º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448745 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 69 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.47 |
| HSL | 120.9º | 0.33% | 0.4% | - |
| HSV(B) | 120.9º | 0.5% | 0.53% | - |
| XYZ | 12.12 | 18.99 | 8.66 | - |
| YUV | 107.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 69 | 0.50 | 0 | 0.49 | 0.47 | 120.9 | 0.33 | 0.4 |
| Hex | 44 | 87 | 45 | 32 | 0 | 31 | 2F | 79 | 21 | 28 |
| Octal | 104 | 207 | 105 | 62 | 0 | 61 | 57 | 171 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1000101 | 110010 | 0 | 110001 | 101111 | 1111001 | 100001 | 101000 |
Color Harmonies of #448745
Complementary color
Monochromatic Colors of #448745
Black with #448745
Text Example
Text Example
White with #448745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448745; }
p { color: rgb(68,135,69); }
H1.HeaderClassName
{
color: #448745;
}
.AnyTagClassName
{
color: #448745;
}
</style>
background-color css
<style>
a { background-color: #448745; }
a { background-color: rgb(68,135,69); }
div.DivClassName
{
background-color: #448745;
}
.BgClassName
{
background-color: #448745;
}
</style>
border-color css
<style>
span { border-color: #448745; }
span { border-color: rgb(68,135,69); }
td.TdClassName
{
border-color: #448745;
}
.TagClassName
{
border-color: #448745;
}
</style>