Shades of Killarney #448C4B
Tints of Killarney #448C4B
RGB
CMYK
RGB Variations
Color information
#448C4B (or 0x448C4B) is known color: Killarney. HEX triplet: 44, 8C and 4B. RGB value is (68,140,75). Sum of RGB (Red+Green+Blue) = 68+140+75=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #448C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C4B is #BB73B4. Grayscale: #6F6F6F. Windows color (decimal): -12284853 or 4951108. OLE color: 4951108.
HSL color Cylindrical-coordinate representation of color #448C4B: hue angle of 125.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 #448C4B is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 140 | 75 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.45 |
| HSL | 125.83º | 0.35% | 0.41% | - |
| HSV(B) | 125.83º | 0.51% | 0.55% | - |
| XYZ | 13.03 | 20.49 | 9.93 | - |
| YUV | 111.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 75 | 0.51 | 0 | 0.46 | 0.45 | 125.83 | 0.35 | 0.41 |
| Hex | 44 | 8C | 4B | 33 | 0 | 2E | 2D | 7E | 23 | 29 |
| Octal | 104 | 214 | 113 | 63 | 0 | 56 | 55 | 176 | 43 | 51 |
| Binary | 1000100 | 10001100 | 1001011 | 110011 | 0 | 101110 | 101101 | 1111110 | 100011 | 101001 |
Color Harmonies of #448C4B
Complementary color
Monochromatic Colors of #448C4B
Black with #448C4B
Text Example
Text Example
White with #448C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448C4B; }
p { color: rgb(68,140,75); }
H1.HeaderClassName
{
color: #448C4B;
}
.AnyTagClassName
{
color: #448C4B;
}
</style>
background-color css
<style>
a { background-color: #448C4B; }
a { background-color: rgb(68,140,75); }
div.DivClassName
{
background-color: #448C4B;
}
.BgClassName
{
background-color: #448C4B;
}
</style>
border-color css
<style>
span { border-color: #448C4B; }
span { border-color: rgb(68,140,75); }
td.TdClassName
{
border-color: #448C4B;
}
.TagClassName
{
border-color: #448C4B;
}
</style>