Shades of Killarney #427F4D
Tints of Killarney #427F4D
RGB
CMYK
RGB Variations
Color information
#427F4D (or 0x427F4D) is known color: Killarney. HEX triplet: 42, 7F and 4D. RGB value is (66,127,77). Sum of RGB (Red+Green+Blue) = 66+127+77=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #427F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F4D is #BD80B2. Grayscale: #676767. Windows color (decimal): -12419251 or 5078850. OLE color: 5078850.
HSL color Cylindrical-coordinate representation of color #427F4D: hue angle of 130.82º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F4D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 77 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.50 |
| HSL | 130.82º | 0.32% | 0.38% | - |
| HSV(B) | 130.82º | 0.48% | 0.5% | - |
| XYZ | 11.18 | 16.87 | 9.69 | - |
| YUV | 103.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 77 | 0.48 | 0 | 0.39 | 0.50 | 130.82 | 0.32 | 0.38 |
| Hex | 42 | 7F | 4D | 30 | 0 | 27 | 32 | 83 | 20 | 26 |
| Octal | 102 | 177 | 115 | 60 | 0 | 47 | 62 | 203 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1001101 | 110000 | 0 | 100111 | 110010 | 10000011 | 100000 | 100110 |
Color Harmonies of #427F4D
Complementary color
Monochromatic Colors of #427F4D
Black with #427F4D
Text Example
Text Example
White with #427F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F4D; }
p { color: rgb(66,127,77); }
H1.HeaderClassName
{
color: #427F4D;
}
.AnyTagClassName
{
color: #427F4D;
}
</style>
background-color css
<style>
a { background-color: #427F4D; }
a { background-color: rgb(66,127,77); }
div.DivClassName
{
background-color: #427F4D;
}
.BgClassName
{
background-color: #427F4D;
}
</style>
border-color css
<style>
span { border-color: #427F4D; }
span { border-color: rgb(66,127,77); }
td.TdClassName
{
border-color: #427F4D;
}
.TagClassName
{
border-color: #427F4D;
}
</style>