Shades of Killarney #4C704B
Tints of Killarney #4C704B
RGB
CMYK
RGB Variations
Color information
#4C704B (or 0x4C704B) is known color: Killarney. HEX triplet: 4C, 70 and 4B. RGB value is (76,112,75). Sum of RGB (Red+Green+Blue) = 76+112+75=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #4C704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C704B is #B38FB4. Grayscale: #616161. Windows color (decimal): -11767733 or 4943948. OLE color: 4943948.
HSL color Cylindrical-coordinate representation of color #4C704B: hue angle of 118.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C704B is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 75 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.56 |
| HSL | 118.38º | 0.2% | 0.37% | - |
| HSV(B) | 118.38º | 0.33% | 0.44% | - |
| XYZ | 10.04 | 13.63 | 8.76 | - |
| YUV | 97.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 75 | 0.32 | 0 | 0.33 | 0.56 | 118.38 | 0.2 | 0.37 |
| Hex | 4C | 70 | 4B | 20 | 0 | 21 | 38 | 76 | 14 | 25 |
| Octal | 114 | 160 | 113 | 40 | 0 | 41 | 70 | 166 | 24 | 45 |
| Binary | 1001100 | 1110000 | 1001011 | 100000 | 0 | 100001 | 111000 | 1110110 | 10100 | 100101 |
Color Harmonies of #4C704B
Complementary color
Monochromatic Colors of #4C704B
Black with #4C704B
Text Example
Text Example
White with #4C704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C704B; }
p { color: rgb(76,112,75); }
H1.HeaderClassName
{
color: #4C704B;
}
.AnyTagClassName
{
color: #4C704B;
}
</style>
background-color css
<style>
a { background-color: #4C704B; }
a { background-color: rgb(76,112,75); }
div.DivClassName
{
background-color: #4C704B;
}
.BgClassName
{
background-color: #4C704B;
}
</style>
border-color css
<style>
span { border-color: #4C704B; }
span { border-color: rgb(76,112,75); }
td.TdClassName
{
border-color: #4C704B;
}
.TagClassName
{
border-color: #4C704B;
}
</style>