Shades of Killarney #42774B
Tints of Killarney #42774B
RGB
CMYK
RGB Variations
Color information
#42774B (or 0x42774B) is known color: Killarney. HEX triplet: 42, 77 and 4B. RGB value is (66,119,75). Sum of RGB (Red+Green+Blue) = 66+119+75=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #42774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42774B is #BD88B4. Grayscale: #626262. Windows color (decimal): -12421301 or 4945730. OLE color: 4945730.
HSL color Cylindrical-coordinate representation of color #42774B: hue angle of 130.19º 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 #42774B is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 75 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.53 |
| HSL | 130.19º | 0.29% | 0.36% | - |
| HSV(B) | 130.19º | 0.45% | 0.47% | - |
| XYZ | 10.11 | 14.86 | 8.99 | - |
| YUV | 98.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 75 | 0.45 | 0 | 0.37 | 0.53 | 130.19 | 0.29 | 0.36 |
| Hex | 42 | 77 | 4B | 2D | 0 | 25 | 35 | 82 | 1D | 24 |
| Octal | 102 | 167 | 113 | 55 | 0 | 45 | 65 | 202 | 35 | 44 |
| Binary | 1000010 | 1110111 | 1001011 | 101101 | 0 | 100101 | 110101 | 10000010 | 11101 | 100100 |
Color Harmonies of #42774B
Complementary color
Monochromatic Colors of #42774B
Black with #42774B
Text Example
Text Example
White with #42774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42774B; }
p { color: rgb(66,119,75); }
H1.HeaderClassName
{
color: #42774B;
}
.AnyTagClassName
{
color: #42774B;
}
</style>
background-color css
<style>
a { background-color: #42774B; }
a { background-color: rgb(66,119,75); }
div.DivClassName
{
background-color: #42774B;
}
.BgClassName
{
background-color: #42774B;
}
</style>
border-color css
<style>
span { border-color: #42774B; }
span { border-color: rgb(66,119,75); }
td.TdClassName
{
border-color: #42774B;
}
.TagClassName
{
border-color: #42774B;
}
</style>