Shades of Killarney #42744F
Tints of Killarney #42744F
RGB
CMYK
RGB Variations
Color information
#42744F (or 0x42744F) is known color: Killarney. HEX triplet: 42, 74 and 4F. RGB value is (66,116,79). Sum of RGB (Red+Green+Blue) = 66+116+79=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #42744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42744F is #BD8BB0. Grayscale: #606060. Windows color (decimal): -12422065 or 5207106. OLE color: 5207106.
HSL color Cylindrical-coordinate representation of color #42744F: hue angle of 135.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42744F is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 116 | 79 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.55 |
| HSL | 135.6º | 0.27% | 0.36% | - |
| HSV(B) | 135.6º | 0.43% | 0.45% | - |
| XYZ | 9.9 | 14.21 | 9.62 | - |
| YUV | 96.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 79 | 0.43 | 0 | 0.32 | 0.55 | 135.6 | 0.27 | 0.36 |
| Hex | 42 | 74 | 4F | 2B | 0 | 20 | 37 | 88 | 1B | 24 |
| Octal | 102 | 164 | 117 | 53 | 0 | 40 | 67 | 210 | 33 | 44 |
| Binary | 1000010 | 1110100 | 1001111 | 101011 | 0 | 100000 | 110111 | 10001000 | 11011 | 100100 |
Color Harmonies of #42744F
Complementary color
Monochromatic Colors of #42744F
Black with #42744F
Text Example
Text Example
White with #42744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42744F; }
p { color: rgb(66,116,79); }
H1.HeaderClassName
{
color: #42744F;
}
.AnyTagClassName
{
color: #42744F;
}
</style>
background-color css
<style>
a { background-color: #42744F; }
a { background-color: rgb(66,116,79); }
div.DivClassName
{
background-color: #42744F;
}
.BgClassName
{
background-color: #42744F;
}
</style>
border-color css
<style>
span { border-color: #42744F; }
span { border-color: rgb(66,116,79); }
td.TdClassName
{
border-color: #42744F;
}
.TagClassName
{
border-color: #42744F;
}
</style>