Shades of Killarney #427C45
Tints of Killarney #427C45
RGB
CMYK
RGB Variations
Color information
#427C45 (or 0x427C45) is known color: Killarney. HEX triplet: 42, 7C and 45. RGB value is (66,124,69). Sum of RGB (Red+Green+Blue) = 66+124+69=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #427C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C45 is #BD83BA. Grayscale: #646464. Windows color (decimal): -12420027 or 4553794. OLE color: 4553794.
HSL color Cylindrical-coordinate representation of color #427C45: hue angle of 123.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C45 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 69 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.51 |
| HSL | 123.1º | 0.31% | 0.37% | - |
| HSV(B) | 123.1º | 0.47% | 0.49% | - |
| XYZ | 10.53 | 16 | 8.16 | - |
| YUV | 100.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 69 | 0.47 | 0 | 0.44 | 0.51 | 123.1 | 0.31 | 0.37 |
| Hex | 42 | 7C | 45 | 2F | 0 | 2C | 33 | 7B | 1F | 25 |
| Octal | 102 | 174 | 105 | 57 | 0 | 54 | 63 | 173 | 37 | 45 |
| Binary | 1000010 | 1111100 | 1000101 | 101111 | 0 | 101100 | 110011 | 1111011 | 11111 | 100101 |
Color Harmonies of #427C45
Complementary color
Monochromatic Colors of #427C45
Black with #427C45
Text Example
Text Example
White with #427C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C45; }
p { color: rgb(66,124,69); }
H1.HeaderClassName
{
color: #427C45;
}
.AnyTagClassName
{
color: #427C45;
}
</style>
background-color css
<style>
a { background-color: #427C45; }
a { background-color: rgb(66,124,69); }
div.DivClassName
{
background-color: #427C45;
}
.BgClassName
{
background-color: #427C45;
}
</style>
border-color css
<style>
span { border-color: #427C45; }
span { border-color: rgb(66,124,69); }
td.TdClassName
{
border-color: #427C45;
}
.TagClassName
{
border-color: #427C45;
}
</style>