Shades of Killarney #447F4D
Tints of Killarney #447F4D
RGB
CMYK
RGB Variations
Color information
#447F4D (or 0x447F4D) is known color: Killarney. HEX triplet: 44, 7F and 4D. RGB value is (68,127,77). Sum of RGB (Red+Green+Blue) = 68+127+77=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #447F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F4D is #BB80B2. Grayscale: #676767. Windows color (decimal): -12288179 or 5078852. OLE color: 5078852.
HSL color Cylindrical-coordinate representation of color #447F4D: hue angle of 129.15º 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 #447F4D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 77 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.50 |
| HSL | 129.15º | 0.3% | 0.38% | - |
| HSV(B) | 129.15º | 0.46% | 0.5% | - |
| XYZ | 11.31 | 16.94 | 9.7 | - |
| YUV | 103.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 77 | 0.46 | 0 | 0.39 | 0.50 | 129.15 | 0.3 | 0.38 |
| Hex | 44 | 7F | 4D | 2E | 0 | 27 | 32 | 81 | 1E | 26 |
| Octal | 104 | 177 | 115 | 56 | 0 | 47 | 62 | 201 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1001101 | 101110 | 0 | 100111 | 110010 | 10000001 | 11110 | 100110 |
Color Harmonies of #447F4D
Complementary color
Monochromatic Colors of #447F4D
Black with #447F4D
Text Example
Text Example
White with #447F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F4D; }
p { color: rgb(68,127,77); }
H1.HeaderClassName
{
color: #447F4D;
}
.AnyTagClassName
{
color: #447F4D;
}
</style>
background-color css
<style>
a { background-color: #447F4D; }
a { background-color: rgb(68,127,77); }
div.DivClassName
{
background-color: #447F4D;
}
.BgClassName
{
background-color: #447F4D;
}
</style>
border-color css
<style>
span { border-color: #447F4D; }
span { border-color: rgb(68,127,77); }
td.TdClassName
{
border-color: #447F4D;
}
.TagClassName
{
border-color: #447F4D;
}
</style>