Shades of Killarney #427E4D
Tints of Killarney #427E4D
RGB
CMYK
RGB Variations
Color information
#427E4D (or 0x427E4D) is known color: Killarney. HEX triplet: 42, 7E and 4D. RGB value is (66,126,77). Sum of RGB (Red+Green+Blue) = 66+126+77=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #427E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E4D is #BD81B2. Grayscale: #666666. Windows color (decimal): -12419507 or 5078594. OLE color: 5078594.
HSL color Cylindrical-coordinate representation of color #427E4D: hue angle of 131º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E4D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 126 | 77 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.51 |
| HSL | 131º | 0.31% | 0.38% | - |
| HSV(B) | 131º | 0.48% | 0.49% | - |
| XYZ | 11.05 | 16.62 | 9.65 | - |
| YUV | 102.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 77 | 0.48 | 0 | 0.39 | 0.51 | 131 | 0.31 | 0.38 |
| Hex | 42 | 7E | 4D | 30 | 0 | 27 | 33 | 83 | 1F | 26 |
| Octal | 102 | 176 | 115 | 60 | 0 | 47 | 63 | 203 | 37 | 46 |
| Binary | 1000010 | 1111110 | 1001101 | 110000 | 0 | 100111 | 110011 | 10000011 | 11111 | 100110 |
Color Harmonies of #427E4D
Complementary color
Monochromatic Colors of #427E4D
Black with #427E4D
Text Example
Text Example
White with #427E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E4D; }
p { color: rgb(66,126,77); }
H1.HeaderClassName
{
color: #427E4D;
}
.AnyTagClassName
{
color: #427E4D;
}
</style>
background-color css
<style>
a { background-color: #427E4D; }
a { background-color: rgb(66,126,77); }
div.DivClassName
{
background-color: #427E4D;
}
.BgClassName
{
background-color: #427E4D;
}
</style>
border-color css
<style>
span { border-color: #427E4D; }
span { border-color: rgb(66,126,77); }
td.TdClassName
{
border-color: #427E4D;
}
.TagClassName
{
border-color: #427E4D;
}
</style>