Shades of Killarney #42754D
Tints of Killarney #42754D
RGB
CMYK
RGB Variations
Color information
#42754D (or 0x42754D) is known color: Killarney. HEX triplet: 42, 75 and 4D. RGB value is (66,117,77). Sum of RGB (Red+Green+Blue) = 66+117+77=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #42754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42754D is #BD8AB2. Grayscale: #616161. Windows color (decimal): -12421811 or 5076290. OLE color: 5076290.
HSL color Cylindrical-coordinate representation of color #42754D: hue angle of 132.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42754D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 77 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.54 |
| HSL | 132.94º | 0.28% | 0.36% | - |
| HSV(B) | 132.94º | 0.44% | 0.46% | - |
| XYZ | 9.95 | 14.42 | 9.28 | - |
| YUV | 97.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 77 | 0.44 | 0 | 0.34 | 0.54 | 132.94 | 0.28 | 0.36 |
| Hex | 42 | 75 | 4D | 2C | 0 | 22 | 36 | 85 | 1C | 24 |
| Octal | 102 | 165 | 115 | 54 | 0 | 42 | 66 | 205 | 34 | 44 |
| Binary | 1000010 | 1110101 | 1001101 | 101100 | 0 | 100010 | 110110 | 10000101 | 11100 | 100100 |
Color Harmonies of #42754D
Complementary color
Monochromatic Colors of #42754D
Black with #42754D
Text Example
Text Example
White with #42754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42754D; }
p { color: rgb(66,117,77); }
H1.HeaderClassName
{
color: #42754D;
}
.AnyTagClassName
{
color: #42754D;
}
</style>
background-color css
<style>
a { background-color: #42754D; }
a { background-color: rgb(66,117,77); }
div.DivClassName
{
background-color: #42754D;
}
.BgClassName
{
background-color: #42754D;
}
</style>
border-color css
<style>
span { border-color: #42754D; }
span { border-color: rgb(66,117,77); }
td.TdClassName
{
border-color: #42754D;
}
.TagClassName
{
border-color: #42754D;
}
</style>