Shades of Killarney #448B4F
Tints of Killarney #448B4F
RGB
CMYK
RGB Variations
Color information
#448B4F (or 0x448B4F) is known color: Killarney. HEX triplet: 44, 8B and 4F. RGB value is (68,139,79). Sum of RGB (Red+Green+Blue) = 68+139+79=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #448B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B4F is #BB74B0. Grayscale: #6F6F6F. Windows color (decimal): -12285105 or 5212996. OLE color: 5212996.
HSL color Cylindrical-coordinate representation of color #448B4F: hue angle of 129.3º 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 #448B4F is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 79 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.45 |
| HSL | 129.3º | 0.34% | 0.41% | - |
| HSV(B) | 129.3º | 0.51% | 0.55% | - |
| XYZ | 13.03 | 20.26 | 10.62 | - |
| YUV | 110.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 79 | 0.51 | 0 | 0.43 | 0.45 | 129.3 | 0.34 | 0.41 |
| Hex | 44 | 8B | 4F | 33 | 0 | 2B | 2D | 81 | 22 | 29 |
| Octal | 104 | 213 | 117 | 63 | 0 | 53 | 55 | 201 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1001111 | 110011 | 0 | 101011 | 101101 | 10000001 | 100010 | 101001 |
Color Harmonies of #448B4F
Complementary color
Monochromatic Colors of #448B4F
Black with #448B4F
Text Example
Text Example
White with #448B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B4F; }
p { color: rgb(68,139,79); }
H1.HeaderClassName
{
color: #448B4F;
}
.AnyTagClassName
{
color: #448B4F;
}
</style>
background-color css
<style>
a { background-color: #448B4F; }
a { background-color: rgb(68,139,79); }
div.DivClassName
{
background-color: #448B4F;
}
.BgClassName
{
background-color: #448B4F;
}
</style>
border-color css
<style>
span { border-color: #448B4F; }
span { border-color: rgb(68,139,79); }
td.TdClassName
{
border-color: #448B4F;
}
.TagClassName
{
border-color: #448B4F;
}
</style>