Shades of Killarney #42824A
Tints of Killarney #42824A
RGB
CMYK
RGB Variations
Color information
#42824A (or 0x42824A) is known color: Killarney. HEX triplet: 42, 82 and 4A. RGB value is (66,130,74). Sum of RGB (Red+Green+Blue) = 66+130+74=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #42824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42824A is #BD7DB5. Grayscale: #686868. Windows color (decimal): -12418486 or 4883010. OLE color: 4883010.
HSL color Cylindrical-coordinate representation of color #42824A: hue angle of 127.5º 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 #42824A is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 74 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.49 |
| HSL | 127.5º | 0.33% | 0.38% | - |
| HSV(B) | 127.5º | 0.49% | 0.51% | - |
| XYZ | 11.47 | 17.62 | 9.27 | - |
| YUV | 104.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 74 | 0.49 | 0 | 0.43 | 0.49 | 127.5 | 0.33 | 0.38 |
| Hex | 42 | 82 | 4A | 31 | 0 | 2B | 31 | 80 | 21 | 26 |
| Octal | 102 | 202 | 112 | 61 | 0 | 53 | 61 | 200 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1001010 | 110001 | 0 | 101011 | 110001 | 10000000 | 100001 | 100110 |
Color Harmonies of #42824A
Complementary color
Monochromatic Colors of #42824A
Black with #42824A
Text Example
Text Example
White with #42824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42824A; }
p { color: rgb(66,130,74); }
H1.HeaderClassName
{
color: #42824A;
}
.AnyTagClassName
{
color: #42824A;
}
</style>
background-color css
<style>
a { background-color: #42824A; }
a { background-color: rgb(66,130,74); }
div.DivClassName
{
background-color: #42824A;
}
.BgClassName
{
background-color: #42824A;
}
</style>
border-color css
<style>
span { border-color: #42824A; }
span { border-color: rgb(66,130,74); }
td.TdClassName
{
border-color: #42824A;
}
.TagClassName
{
border-color: #42824A;
}
</style>