Shades of Killarney #42784A
Tints of Killarney #42784A
RGB
CMYK
RGB Variations
Color information
#42784A (or 0x42784A) is known color: Killarney. HEX triplet: 42, 78 and 4A. RGB value is (66,120,74). Sum of RGB (Red+Green+Blue) = 66+120+74=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #42784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42784A is #BD87B5. Grayscale: #626262. Windows color (decimal): -12421046 or 4880450. OLE color: 4880450.
HSL color Cylindrical-coordinate representation of color #42784A: hue angle of 128.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42784A is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 74 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.53 |
| HSL | 128.89º | 0.29% | 0.36% | - |
| HSV(B) | 128.89º | 0.45% | 0.47% | - |
| XYZ | 10.2 | 15.09 | 8.85 | - |
| YUV | 98.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 74 | 0.45 | 0 | 0.38 | 0.53 | 128.89 | 0.29 | 0.36 |
| Hex | 42 | 78 | 4A | 2D | 0 | 26 | 35 | 81 | 1D | 24 |
| Octal | 102 | 170 | 112 | 55 | 0 | 46 | 65 | 201 | 35 | 44 |
| Binary | 1000010 | 1111000 | 1001010 | 101101 | 0 | 100110 | 110101 | 10000001 | 11101 | 100100 |
Color Harmonies of #42784A
Complementary color
Monochromatic Colors of #42784A
Black with #42784A
Text Example
Text Example
White with #42784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42784A; }
p { color: rgb(66,120,74); }
H1.HeaderClassName
{
color: #42784A;
}
.AnyTagClassName
{
color: #42784A;
}
</style>
background-color css
<style>
a { background-color: #42784A; }
a { background-color: rgb(66,120,74); }
div.DivClassName
{
background-color: #42784A;
}
.BgClassName
{
background-color: #42784A;
}
</style>
border-color css
<style>
span { border-color: #42784A; }
span { border-color: rgb(66,120,74); }
td.TdClassName
{
border-color: #42784A;
}
.TagClassName
{
border-color: #42784A;
}
</style>