Shades of Killarney #427D42
Tints of Killarney #427D42
RGB
CMYK
RGB Variations
Color information
#427D42 (or 0x427D42) is known color: Killarney. HEX triplet: 42, 7D and 42. RGB value is (66,125,66). Sum of RGB (Red+Green+Blue) = 66+125+66=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #427D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427D42 is #BD82BD. Grayscale: #646464. Windows color (decimal): -12419774 or 4357442. OLE color: 4357442.
HSL color Cylindrical-coordinate representation of color #427D42: hue angle of 120º 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 #427D42 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 66 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.51 |
| HSL | 120º | 0.31% | 0.37% | - |
| HSV(B) | 120º | 0.47% | 0.49% | - |
| XYZ | 10.56 | 16.22 | 7.73 | - |
| YUV | 100.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 66 | 0.47 | 0 | 0.47 | 0.51 | 120 | 0.31 | 0.37 |
| Hex | 42 | 7D | 42 | 2F | 0 | 2F | 33 | 78 | 1F | 25 |
| Octal | 102 | 175 | 102 | 57 | 0 | 57 | 63 | 170 | 37 | 45 |
| Binary | 1000010 | 1111101 | 1000010 | 101111 | 0 | 101111 | 110011 | 1111000 | 11111 | 100101 |
Color Harmonies of #427D42
Complementary color
Monochromatic Colors of #427D42
Black with #427D42
Text Example
Text Example
White with #427D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D42; }
p { color: rgb(66,125,66); }
H1.HeaderClassName
{
color: #427D42;
}
.AnyTagClassName
{
color: #427D42;
}
</style>
background-color css
<style>
a { background-color: #427D42; }
a { background-color: rgb(66,125,66); }
div.DivClassName
{
background-color: #427D42;
}
.BgClassName
{
background-color: #427D42;
}
</style>
border-color css
<style>
span { border-color: #427D42; }
span { border-color: rgb(66,125,66); }
td.TdClassName
{
border-color: #427D42;
}
.TagClassName
{
border-color: #427D42;
}
</style>