Shades of Killarney #448150
Tints of Killarney #448150
RGB
CMYK
RGB Variations
Color information
#448150 (or 0x448150) is known color: Killarney. HEX triplet: 44, 81 and 50. RGB value is (68,129,80). Sum of RGB (Red+Green+Blue) = 68+129+80=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #448150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448150 is #BB7EAF. Grayscale: #696969. Windows color (decimal): -12287664 or 5275972. OLE color: 5275972.
HSL color Cylindrical-coordinate representation of color #448150: hue angle of 131.8º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448150 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 80 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.49 |
| HSL | 131.8º | 0.31% | 0.39% | - |
| HSV(B) | 131.8º | 0.47% | 0.51% | - |
| XYZ | 11.68 | 17.51 | 10.35 | - |
| YUV | 105.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 80 | 0.47 | 0 | 0.38 | 0.49 | 131.8 | 0.31 | 0.39 |
| Hex | 44 | 81 | 50 | 2F | 0 | 26 | 31 | 84 | 1F | 27 |
| Octal | 104 | 201 | 120 | 57 | 0 | 46 | 61 | 204 | 37 | 47 |
| Binary | 1000100 | 10000001 | 1010000 | 101111 | 0 | 100110 | 110001 | 10000100 | 11111 | 100111 |
Color Harmonies of #448150
Complementary color
Monochromatic Colors of #448150
Black with #448150
Text Example
Text Example
White with #448150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448150; }
p { color: rgb(68,129,80); }
H1.HeaderClassName
{
color: #448150;
}
.AnyTagClassName
{
color: #448150;
}
</style>
background-color css
<style>
a { background-color: #448150; }
a { background-color: rgb(68,129,80); }
div.DivClassName
{
background-color: #448150;
}
.BgClassName
{
background-color: #448150;
}
</style>
border-color css
<style>
span { border-color: #448150; }
span { border-color: rgb(68,129,80); }
td.TdClassName
{
border-color: #448150;
}
.TagClassName
{
border-color: #448150;
}
</style>