Shades of Killarney #42684A
Tints of Killarney #42684A
RGB
CMYK
RGB Variations
Color information
#42684A (or 0x42684A) is known color: Killarney. HEX triplet: 42, 68 and 4A. RGB value is (66,104,74). Sum of RGB (Red+Green+Blue) = 66+104+74=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #42684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42684A is #BD97B5. Grayscale: #595959. Windows color (decimal): -12425142 or 4876354. OLE color: 4876354.
HSL color Cylindrical-coordinate representation of color #42684A: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 74 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.59 |
| HSL | 132.63º | 0.22% | 0.33% | - |
| HSV(B) | 132.63º | 0.37% | 0.41% | - |
| XYZ | 8.43 | 11.55 | 8.26 | - |
| YUV | 89.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 74 | 0.37 | 0 | 0.29 | 0.59 | 132.63 | 0.22 | 0.33 |
| Hex | 42 | 68 | 4A | 25 | 0 | 1D | 3B | 85 | 16 | 21 |
| Octal | 102 | 150 | 112 | 45 | 0 | 35 | 73 | 205 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1001010 | 100101 | 0 | 11101 | 111011 | 10000101 | 10110 | 100001 |
Color Harmonies of #42684A
Complementary color
Monochromatic Colors of #42684A
Black with #42684A
Text Example
Text Example
White with #42684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42684A; }
p { color: rgb(66,104,74); }
H1.HeaderClassName
{
color: #42684A;
}
.AnyTagClassName
{
color: #42684A;
}
</style>
background-color css
<style>
a { background-color: #42684A; }
a { background-color: rgb(66,104,74); }
div.DivClassName
{
background-color: #42684A;
}
.BgClassName
{
background-color: #42684A;
}
</style>
border-color css
<style>
span { border-color: #42684A; }
span { border-color: rgb(66,104,74); }
td.TdClassName
{
border-color: #42684A;
}
.TagClassName
{
border-color: #42684A;
}
</style>