Shades of Killarney #447A50
Tints of Killarney #447A50
RGB
CMYK
RGB Variations
Color information
#447A50 (or 0x447A50) is known color: Killarney. HEX triplet: 44, 7A and 50. RGB value is (68,122,80). Sum of RGB (Red+Green+Blue) = 68+122+80=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #447A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A50 is #BB85AF. Grayscale: #656565. Windows color (decimal): -12289456 or 5274180. OLE color: 5274180.
HSL color Cylindrical-coordinate representation of color #447A50: hue angle of 133.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A50 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 80 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.52 |
| HSL | 133.33º | 0.28% | 0.37% | - |
| HSV(B) | 133.33º | 0.44% | 0.48% | - |
| XYZ | 10.79 | 15.73 | 10.06 | - |
| YUV | 101.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 80 | 0.44 | 0 | 0.34 | 0.52 | 133.33 | 0.28 | 0.37 |
| Hex | 44 | 7A | 50 | 2C | 0 | 22 | 34 | 85 | 1C | 25 |
| Octal | 104 | 172 | 120 | 54 | 0 | 42 | 64 | 205 | 34 | 45 |
| Binary | 1000100 | 1111010 | 1010000 | 101100 | 0 | 100010 | 110100 | 10000101 | 11100 | 100101 |
Color Harmonies of #447A50
Complementary color
Monochromatic Colors of #447A50
Black with #447A50
Text Example
Text Example
White with #447A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A50; }
p { color: rgb(68,122,80); }
H1.HeaderClassName
{
color: #447A50;
}
.AnyTagClassName
{
color: #447A50;
}
</style>
background-color css
<style>
a { background-color: #447A50; }
a { background-color: rgb(68,122,80); }
div.DivClassName
{
background-color: #447A50;
}
.BgClassName
{
background-color: #447A50;
}
</style>
border-color css
<style>
span { border-color: #447A50; }
span { border-color: rgb(68,122,80); }
td.TdClassName
{
border-color: #447A50;
}
.TagClassName
{
border-color: #447A50;
}
</style>