Shades of Killarney #427B45
Tints of Killarney #427B45
RGB
CMYK
RGB Variations
Color information
#427B45 (or 0x427B45) is known color: Killarney. HEX triplet: 42, 7B and 45. RGB value is (66,123,69). Sum of RGB (Red+Green+Blue) = 66+123+69=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #427B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B45 is #BD84BA. Grayscale: #636363. Windows color (decimal): -12420283 or 4553538. OLE color: 4553538.
HSL color Cylindrical-coordinate representation of color #427B45: hue angle of 123.16º 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 #427B45 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 69 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.52 |
| HSL | 123.16º | 0.3% | 0.37% | - |
| HSV(B) | 123.16º | 0.46% | 0.48% | - |
| XYZ | 10.4 | 15.75 | 8.12 | - |
| YUV | 99.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 69 | 0.46 | 0 | 0.44 | 0.52 | 123.16 | 0.3 | 0.37 |
| Hex | 42 | 7B | 45 | 2E | 0 | 2C | 34 | 7B | 1E | 25 |
| Octal | 102 | 173 | 105 | 56 | 0 | 54 | 64 | 173 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1000101 | 101110 | 0 | 101100 | 110100 | 1111011 | 11110 | 100101 |
Color Harmonies of #427B45
Complementary color
Monochromatic Colors of #427B45
Black with #427B45
Text Example
Text Example
White with #427B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B45; }
p { color: rgb(66,123,69); }
H1.HeaderClassName
{
color: #427B45;
}
.AnyTagClassName
{
color: #427B45;
}
</style>
background-color css
<style>
a { background-color: #427B45; }
a { background-color: rgb(66,123,69); }
div.DivClassName
{
background-color: #427B45;
}
.BgClassName
{
background-color: #427B45;
}
</style>
border-color css
<style>
span { border-color: #427B45; }
span { border-color: rgb(66,123,69); }
td.TdClassName
{
border-color: #427B45;
}
.TagClassName
{
border-color: #427B45;
}
</style>