Shades of Killarney #427C50
Tints of Killarney #427C50
RGB
CMYK
RGB Variations
Color information
#427C50 (or 0x427C50) is known color: Killarney. HEX triplet: 42, 7C and 50. RGB value is (66,124,80). Sum of RGB (Red+Green+Blue) = 66+124+80=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #427C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C50 is #BD83AF. Grayscale: #656565. Windows color (decimal): -12420016 or 5274690. OLE color: 5274690.
HSL color Cylindrical-coordinate representation of color #427C50: hue angle of 134.48º 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 #427C50 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 80 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.51 |
| HSL | 134.48º | 0.31% | 0.37% | - |
| HSV(B) | 134.48º | 0.47% | 0.49% | - |
| XYZ | 10.9 | 16.15 | 10.13 | - |
| YUV | 101.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 80 | 0.47 | 0 | 0.35 | 0.51 | 134.48 | 0.31 | 0.37 |
| Hex | 42 | 7C | 50 | 2F | 0 | 23 | 33 | 86 | 1F | 25 |
| Octal | 102 | 174 | 120 | 57 | 0 | 43 | 63 | 206 | 37 | 45 |
| Binary | 1000010 | 1111100 | 1010000 | 101111 | 0 | 100011 | 110011 | 10000110 | 11111 | 100101 |
Color Harmonies of #427C50
Complementary color
Monochromatic Colors of #427C50
Black with #427C50
Text Example
Text Example
White with #427C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C50; }
p { color: rgb(66,124,80); }
H1.HeaderClassName
{
color: #427C50;
}
.AnyTagClassName
{
color: #427C50;
}
</style>
background-color css
<style>
a { background-color: #427C50; }
a { background-color: rgb(66,124,80); }
div.DivClassName
{
background-color: #427C50;
}
.BgClassName
{
background-color: #427C50;
}
</style>
border-color css
<style>
span { border-color: #427C50; }
span { border-color: rgb(66,124,80); }
td.TdClassName
{
border-color: #427C50;
}
.TagClassName
{
border-color: #427C50;
}
</style>