Shades of Killarney #42824F
Tints of Killarney #42824F
RGB
CMYK
RGB Variations
Color information
#42824F (or 0x42824F) is known color: Killarney. HEX triplet: 42, 82 and 4F. RGB value is (66,130,79). Sum of RGB (Red+Green+Blue) = 66+130+79=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #42824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42824F is #BD7DB0. Grayscale: #696969. Windows color (decimal): -12418481 or 5210690. OLE color: 5210690.
HSL color Cylindrical-coordinate representation of color #42824F: hue angle of 132.19º 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 #42824F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 79 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.49 |
| HSL | 132.19º | 0.33% | 0.38% | - |
| HSV(B) | 132.19º | 0.49% | 0.51% | - |
| XYZ | 11.64 | 17.69 | 10.2 | - |
| YUV | 105.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 79 | 0.49 | 0 | 0.39 | 0.49 | 132.19 | 0.33 | 0.38 |
| Hex | 42 | 82 | 4F | 31 | 0 | 27 | 31 | 84 | 21 | 26 |
| Octal | 102 | 202 | 117 | 61 | 0 | 47 | 61 | 204 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1001111 | 110001 | 0 | 100111 | 110001 | 10000100 | 100001 | 100110 |
Color Harmonies of #42824F
Complementary color
Monochromatic Colors of #42824F
Black with #42824F
Text Example
Text Example
White with #42824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42824F; }
p { color: rgb(66,130,79); }
H1.HeaderClassName
{
color: #42824F;
}
.AnyTagClassName
{
color: #42824F;
}
</style>
background-color css
<style>
a { background-color: #42824F; }
a { background-color: rgb(66,130,79); }
div.DivClassName
{
background-color: #42824F;
}
.BgClassName
{
background-color: #42824F;
}
</style>
border-color css
<style>
span { border-color: #42824F; }
span { border-color: rgb(66,130,79); }
td.TdClassName
{
border-color: #42824F;
}
.TagClassName
{
border-color: #42824F;
}
</style>