Shades of Killarney #42724D
Tints of Killarney #42724D
RGB
CMYK
RGB Variations
Color information
#42724D (or 0x42724D) is known color: Killarney. HEX triplet: 42, 72 and 4D. RGB value is (66,114,77). Sum of RGB (Red+Green+Blue) = 66+114+77=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #42724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42724D is #BD8DB2. Grayscale: #5F5F5F. Windows color (decimal): -12422579 or 5075522. OLE color: 5075522.
HSL color Cylindrical-coordinate representation of color #42724D: hue angle of 133.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42724D is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 77 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.55 |
| HSL | 133.75º | 0.27% | 0.35% | - |
| HSV(B) | 133.75º | 0.42% | 0.45% | - |
| XYZ | 9.6 | 13.73 | 9.16 | - |
| YUV | 95.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 77 | 0.42 | 0 | 0.32 | 0.55 | 133.75 | 0.27 | 0.35 |
| Hex | 42 | 72 | 4D | 2A | 0 | 20 | 37 | 86 | 1B | 23 |
| Octal | 102 | 162 | 115 | 52 | 0 | 40 | 67 | 206 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1001101 | 101010 | 0 | 100000 | 110111 | 10000110 | 11011 | 100011 |
Color Harmonies of #42724D
Complementary color
Monochromatic Colors of #42724D
Black with #42724D
Text Example
Text Example
White with #42724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42724D; }
p { color: rgb(66,114,77); }
H1.HeaderClassName
{
color: #42724D;
}
.AnyTagClassName
{
color: #42724D;
}
</style>
background-color css
<style>
a { background-color: #42724D; }
a { background-color: rgb(66,114,77); }
div.DivClassName
{
background-color: #42724D;
}
.BgClassName
{
background-color: #42724D;
}
</style>
border-color css
<style>
span { border-color: #42724D; }
span { border-color: rgb(66,114,77); }
td.TdClassName
{
border-color: #42724D;
}
.TagClassName
{
border-color: #42724D;
}
</style>