Shades of Killarney #42824E
Tints of Killarney #42824E
RGB
CMYK
RGB Variations
Color information
#42824E (or 0x42824E) is known color: Killarney. HEX triplet: 42, 82 and 4E. RGB value is (66,130,78). Sum of RGB (Red+Green+Blue) = 66+130+78=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #42824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42824E is #BD7DB1. Grayscale: #696969. Windows color (decimal): -12418482 or 5145154. OLE color: 5145154.
HSL color Cylindrical-coordinate representation of color #42824E: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42824E is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 78 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.49 |
| HSL | 131.25º | 0.33% | 0.38% | - |
| HSV(B) | 131.25º | 0.49% | 0.51% | - |
| XYZ | 11.6 | 17.67 | 10.01 | - |
| YUV | 104.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 78 | 0.49 | 0 | 0.40 | 0.49 | 131.25 | 0.33 | 0.38 |
| Hex | 42 | 82 | 4E | 31 | 0 | 28 | 31 | 83 | 21 | 26 |
| Octal | 102 | 202 | 116 | 61 | 0 | 50 | 61 | 203 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1001110 | 110001 | 0 | 101000 | 110001 | 10000011 | 100001 | 100110 |
Color Harmonies of #42824E
Complementary color
Monochromatic Colors of #42824E
Black with #42824E
Text Example
Text Example
White with #42824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42824E; }
p { color: rgb(66,130,78); }
H1.HeaderClassName
{
color: #42824E;
}
.AnyTagClassName
{
color: #42824E;
}
</style>
background-color css
<style>
a { background-color: #42824E; }
a { background-color: rgb(66,130,78); }
div.DivClassName
{
background-color: #42824E;
}
.BgClassName
{
background-color: #42824E;
}
</style>
border-color css
<style>
span { border-color: #42824E; }
span { border-color: rgb(66,130,78); }
td.TdClassName
{
border-color: #42824E;
}
.TagClassName
{
border-color: #42824E;
}
</style>