Shades of Killarney #447F53
Tints of Killarney #447F53
RGB
CMYK
RGB Variations
Color information
#447F53 (or 0x447F53) is known color: Killarney. HEX triplet: 44, 7F and 53. RGB value is (68,127,83). Sum of RGB (Red+Green+Blue) = 68+127+83=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #447F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F53 is #BB80AC. Grayscale: #686868. Windows color (decimal): -12288173 or 5472068. OLE color: 5472068.
HSL color Cylindrical-coordinate representation of color #447F53: hue angle of 135.25º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F53 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 83 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.50 |
| HSL | 135.25º | 0.3% | 0.38% | - |
| HSV(B) | 135.25º | 0.46% | 0.5% | - |
| XYZ | 11.53 | 17.03 | 10.86 | - |
| YUV | 104.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 83 | 0.46 | 0 | 0.35 | 0.50 | 135.25 | 0.3 | 0.38 |
| Hex | 44 | 7F | 53 | 2E | 0 | 23 | 32 | 87 | 1E | 26 |
| Octal | 104 | 177 | 123 | 56 | 0 | 43 | 62 | 207 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1010011 | 101110 | 0 | 100011 | 110010 | 10000111 | 11110 | 100110 |
Color Harmonies of #447F53
Complementary color
Monochromatic Colors of #447F53
Black with #447F53
Text Example
Text Example
White with #447F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F53; }
p { color: rgb(68,127,83); }
H1.HeaderClassName
{
color: #447F53;
}
.AnyTagClassName
{
color: #447F53;
}
</style>
background-color css
<style>
a { background-color: #447F53; }
a { background-color: rgb(68,127,83); }
div.DivClassName
{
background-color: #447F53;
}
.BgClassName
{
background-color: #447F53;
}
</style>
border-color css
<style>
span { border-color: #447F53; }
span { border-color: rgb(68,127,83); }
td.TdClassName
{
border-color: #447F53;
}
.TagClassName
{
border-color: #447F53;
}
</style>