Shades of Killarney #427B44
Tints of Killarney #427B44
RGB
CMYK
RGB Variations
Color information
#427B44 (or 0x427B44) is known color: Killarney. HEX triplet: 42, 7B and 44. RGB value is (66,123,68). Sum of RGB (Red+Green+Blue) = 66+123+68=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #427B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B44 is #BD84BB. Grayscale: #636363. Windows color (decimal): -12420284 or 4488002. OLE color: 4488002.
HSL color Cylindrical-coordinate representation of color #427B44: hue angle of 122.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B44 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 68 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.52 |
| HSL | 122.11º | 0.3% | 0.37% | - |
| HSV(B) | 122.11º | 0.46% | 0.48% | - |
| XYZ | 10.37 | 15.74 | 7.96 | - |
| YUV | 99.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 68 | 0.46 | 0 | 0.45 | 0.52 | 122.11 | 0.3 | 0.37 |
| Hex | 42 | 7B | 44 | 2E | 0 | 2D | 34 | 7A | 1E | 25 |
| Octal | 102 | 173 | 104 | 56 | 0 | 55 | 64 | 172 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1000100 | 101110 | 0 | 101101 | 110100 | 1111010 | 11110 | 100101 |
Color Harmonies of #427B44
Complementary color
Monochromatic Colors of #427B44
Black with #427B44
Text Example
Text Example
White with #427B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B44; }
p { color: rgb(66,123,68); }
H1.HeaderClassName
{
color: #427B44;
}
.AnyTagClassName
{
color: #427B44;
}
</style>
background-color css
<style>
a { background-color: #427B44; }
a { background-color: rgb(66,123,68); }
div.DivClassName
{
background-color: #427B44;
}
.BgClassName
{
background-color: #427B44;
}
</style>
border-color css
<style>
span { border-color: #427B44; }
span { border-color: rgb(66,123,68); }
td.TdClassName
{
border-color: #427B44;
}
.TagClassName
{
border-color: #427B44;
}
</style>