Shades of Killarney #448C45
Tints of Killarney #448C45
RGB
CMYK
RGB Variations
Color information
#448C45 (or 0x448C45) is known color: Killarney. HEX triplet: 44, 8C and 45. RGB value is (68,140,69). Sum of RGB (Red+Green+Blue) = 68+140+69=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #448C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C45 is #BB73BA. Grayscale: #6E6E6E. Windows color (decimal): -12284859 or 4557892. OLE color: 4557892.
HSL color Cylindrical-coordinate representation of color #448C45: hue angle of 120.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C45 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 140 | 69 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.45 |
| HSL | 120.83º | 0.35% | 0.41% | - |
| HSV(B) | 120.83º | 0.51% | 0.55% | - |
| XYZ | 12.84 | 20.41 | 8.89 | - |
| YUV | 110.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 69 | 0.51 | 0 | 0.51 | 0.45 | 120.83 | 0.35 | 0.41 |
| Hex | 44 | 8C | 45 | 33 | 0 | 33 | 2D | 79 | 23 | 29 |
| Octal | 104 | 214 | 105 | 63 | 0 | 63 | 55 | 171 | 43 | 51 |
| Binary | 1000100 | 10001100 | 1000101 | 110011 | 0 | 110011 | 101101 | 1111001 | 100011 | 101001 |
Color Harmonies of #448C45
Complementary color
Monochromatic Colors of #448C45
Black with #448C45
Text Example
Text Example
White with #448C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448C45; }
p { color: rgb(68,140,69); }
H1.HeaderClassName
{
color: #448C45;
}
.AnyTagClassName
{
color: #448C45;
}
</style>
background-color css
<style>
a { background-color: #448C45; }
a { background-color: rgb(68,140,69); }
div.DivClassName
{
background-color: #448C45;
}
.BgClassName
{
background-color: #448C45;
}
</style>
border-color css
<style>
span { border-color: #448C45; }
span { border-color: rgb(68,140,69); }
td.TdClassName
{
border-color: #448C45;
}
.TagClassName
{
border-color: #448C45;
}
</style>