Shades of Killarney #448349
Tints of Killarney #448349
RGB
CMYK
RGB Variations
Color information
#448349 (or 0x448349) is known color: Killarney. HEX triplet: 44, 83 and 49. RGB value is (68,131,73). Sum of RGB (Red+Green+Blue) = 68+131+73=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #448349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448349 is #BB7CB6. Grayscale: #696969. Windows color (decimal): -12287159 or 4817732. OLE color: 4817732.
HSL color Cylindrical-coordinate representation of color #448349: hue angle of 124.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448349 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 131 | 73 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.49 |
| HSL | 124.76º | 0.32% | 0.39% | - |
| HSV(B) | 124.76º | 0.48% | 0.51% | - |
| XYZ | 11.7 | 17.94 | 9.15 | - |
| YUV | 105.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 73 | 0.48 | 0 | 0.44 | 0.49 | 124.76 | 0.32 | 0.39 |
| Hex | 44 | 83 | 49 | 30 | 0 | 2C | 31 | 7D | 20 | 27 |
| Octal | 104 | 203 | 111 | 60 | 0 | 54 | 61 | 175 | 40 | 47 |
| Binary | 1000100 | 10000011 | 1001001 | 110000 | 0 | 101100 | 110001 | 1111101 | 100000 | 100111 |
Color Harmonies of #448349
Complementary color
Monochromatic Colors of #448349
Black with #448349
Text Example
Text Example
White with #448349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448349; }
p { color: rgb(68,131,73); }
H1.HeaderClassName
{
color: #448349;
}
.AnyTagClassName
{
color: #448349;
}
</style>
background-color css
<style>
a { background-color: #448349; }
a { background-color: rgb(68,131,73); }
div.DivClassName
{
background-color: #448349;
}
.BgClassName
{
background-color: #448349;
}
</style>
border-color css
<style>
span { border-color: #448349; }
span { border-color: rgb(68,131,73); }
td.TdClassName
{
border-color: #448349;
}
.TagClassName
{
border-color: #448349;
}
</style>