Shades of Killarney #42764C
Tints of Killarney #42764C
RGB
CMYK
RGB Variations
Color information
#42764C (or 0x42764C) is known color: Killarney. HEX triplet: 42, 76 and 4C. RGB value is (66,118,76). Sum of RGB (Red+Green+Blue) = 66+118+76=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #42764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42764C is #BD89B3. Grayscale: #616161. Windows color (decimal): -12421556 or 5011010. OLE color: 5011010.
HSL color Cylindrical-coordinate representation of color #42764C: hue angle of 131.54º 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 #42764C is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 76 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.54 |
| HSL | 131.54º | 0.28% | 0.36% | - |
| HSV(B) | 131.54º | 0.44% | 0.46% | - |
| XYZ | 10.03 | 14.64 | 9.13 | - |
| YUV | 97.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 76 | 0.44 | 0 | 0.36 | 0.54 | 131.54 | 0.28 | 0.36 |
| Hex | 42 | 76 | 4C | 2C | 0 | 24 | 36 | 84 | 1C | 24 |
| Octal | 102 | 166 | 114 | 54 | 0 | 44 | 66 | 204 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1001100 | 101100 | 0 | 100100 | 110110 | 10000100 | 11100 | 100100 |
Color Harmonies of #42764C
Complementary color
Monochromatic Colors of #42764C
Black with #42764C
Text Example
Text Example
White with #42764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42764C; }
p { color: rgb(66,118,76); }
H1.HeaderClassName
{
color: #42764C;
}
.AnyTagClassName
{
color: #42764C;
}
</style>
background-color css
<style>
a { background-color: #42764C; }
a { background-color: rgb(66,118,76); }
div.DivClassName
{
background-color: #42764C;
}
.BgClassName
{
background-color: #42764C;
}
</style>
border-color css
<style>
span { border-color: #42764C; }
span { border-color: rgb(66,118,76); }
td.TdClassName
{
border-color: #42764C;
}
.TagClassName
{
border-color: #42764C;
}
</style>