Shades of Killarney #42814D
Tints of Killarney #42814D
RGB
CMYK
RGB Variations
Color information
#42814D (or 0x42814D) is known color: Killarney. HEX triplet: 42, 81 and 4D. RGB value is (66,129,77). Sum of RGB (Red+Green+Blue) = 66+129+77=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #42814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42814D is #BD7EB2. Grayscale: #686868. Windows color (decimal): -12418739 or 5079362. OLE color: 5079362.
HSL color Cylindrical-coordinate representation of color #42814D: hue angle of 130.48º degrees, saturation: 0.32, 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 #42814D is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 77 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.49 |
| HSL | 130.48º | 0.32% | 0.38% | - |
| HSV(B) | 130.48º | 0.49% | 0.51% | - |
| XYZ | 11.44 | 17.39 | 9.78 | - |
| YUV | 104.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 77 | 0.49 | 0 | 0.40 | 0.49 | 130.48 | 0.32 | 0.38 |
| Hex | 42 | 81 | 4D | 31 | 0 | 28 | 31 | 82 | 20 | 26 |
| Octal | 102 | 201 | 115 | 61 | 0 | 50 | 61 | 202 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1001101 | 110001 | 0 | 101000 | 110001 | 10000010 | 100000 | 100110 |
Color Harmonies of #42814D
Complementary color
Monochromatic Colors of #42814D
Black with #42814D
Text Example
Text Example
White with #42814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42814D; }
p { color: rgb(66,129,77); }
H1.HeaderClassName
{
color: #42814D;
}
.AnyTagClassName
{
color: #42814D;
}
</style>
background-color css
<style>
a { background-color: #42814D; }
a { background-color: rgb(66,129,77); }
div.DivClassName
{
background-color: #42814D;
}
.BgClassName
{
background-color: #42814D;
}
</style>
border-color css
<style>
span { border-color: #42814D; }
span { border-color: rgb(66,129,77); }
td.TdClassName
{
border-color: #42814D;
}
.TagClassName
{
border-color: #42814D;
}
</style>