Shades of Killarney #42704D
Tints of Killarney #42704D
RGB
CMYK
RGB Variations
Color information
#42704D (or 0x42704D) is known color: Killarney. HEX triplet: 42, 70 and 4D. RGB value is (66,112,77). Sum of RGB (Red+Green+Blue) = 66+112+77=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #42704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42704D is #BD8FB2. Grayscale: #5E5E5E. Windows color (decimal): -12423091 or 5075010. OLE color: 5075010.
HSL color Cylindrical-coordinate representation of color #42704D: hue angle of 134.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42704D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 112 | 77 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.56 |
| HSL | 134.35º | 0.26% | 0.35% | - |
| HSV(B) | 134.35º | 0.41% | 0.44% | - |
| XYZ | 9.38 | 13.28 | 9.09 | - |
| YUV | 94.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 77 | 0.41 | 0 | 0.31 | 0.56 | 134.35 | 0.26 | 0.35 |
| Hex | 42 | 70 | 4D | 29 | 0 | 1F | 38 | 86 | 1A | 23 |
| Octal | 102 | 160 | 115 | 51 | 0 | 37 | 70 | 206 | 32 | 43 |
| Binary | 1000010 | 1110000 | 1001101 | 101001 | 0 | 11111 | 111000 | 10000110 | 11010 | 100011 |
Color Harmonies of #42704D
Complementary color
Monochromatic Colors of #42704D
Black with #42704D
Text Example
Text Example
White with #42704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42704D; }
p { color: rgb(66,112,77); }
H1.HeaderClassName
{
color: #42704D;
}
.AnyTagClassName
{
color: #42704D;
}
</style>
background-color css
<style>
a { background-color: #42704D; }
a { background-color: rgb(66,112,77); }
div.DivClassName
{
background-color: #42704D;
}
.BgClassName
{
background-color: #42704D;
}
</style>
border-color css
<style>
span { border-color: #42704D; }
span { border-color: rgb(66,112,77); }
td.TdClassName
{
border-color: #42704D;
}
.TagClassName
{
border-color: #42704D;
}
</style>