Shades of Killarney #448B51
Tints of Killarney #448B51
RGB
CMYK
RGB Variations
Color information
#448B51 (or 0x448B51) is known color: Killarney. HEX triplet: 44, 8B and 51. RGB value is (68,139,81). Sum of RGB (Red+Green+Blue) = 68+139+81=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #448B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B51 is #BB74AE. Grayscale: #6F6F6F. Windows color (decimal): -12285103 or 5344068. OLE color: 5344068.
HSL color Cylindrical-coordinate representation of color #448B51: hue angle of 130.99º degrees, saturation: 0.34, 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 #448B51 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 81 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.45 |
| HSL | 130.99º | 0.34% | 0.41% | - |
| HSV(B) | 130.99º | 0.51% | 0.55% | - |
| XYZ | 13.1 | 20.29 | 11.01 | - |
| YUV | 111.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 81 | 0.51 | 0 | 0.42 | 0.45 | 130.99 | 0.34 | 0.41 |
| Hex | 44 | 8B | 51 | 33 | 0 | 2A | 2D | 83 | 22 | 29 |
| Octal | 104 | 213 | 121 | 63 | 0 | 52 | 55 | 203 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1010001 | 110011 | 0 | 101010 | 101101 | 10000011 | 100010 | 101001 |
Color Harmonies of #448B51
Complementary color
Monochromatic Colors of #448B51
Black with #448B51
Text Example
Text Example
White with #448B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B51; }
p { color: rgb(68,139,81); }
H1.HeaderClassName
{
color: #448B51;
}
.AnyTagClassName
{
color: #448B51;
}
</style>
background-color css
<style>
a { background-color: #448B51; }
a { background-color: rgb(68,139,81); }
div.DivClassName
{
background-color: #448B51;
}
.BgClassName
{
background-color: #448B51;
}
</style>
border-color css
<style>
span { border-color: #448B51; }
span { border-color: rgb(68,139,81); }
td.TdClassName
{
border-color: #448B51;
}
.TagClassName
{
border-color: #448B51;
}
</style>