Shades of Killarney #4C724F
Tints of Killarney #4C724F
RGB
CMYK
RGB Variations
Color information
#4C724F (or 0x4C724F) is known color: Killarney. HEX triplet: 4C, 72 and 4F. RGB value is (76,114,79). Sum of RGB (Red+Green+Blue) = 76+114+79=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #4C724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C724F is #B38DB0. Grayscale: #626262. Windows color (decimal): -11767217 or 5206604. OLE color: 5206604.
HSL color Cylindrical-coordinate representation of color #4C724F: hue angle of 124.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C724F is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 79 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.55 |
| HSL | 124.74º | 0.2% | 0.37% | - |
| HSV(B) | 124.74º | 0.33% | 0.45% | - |
| XYZ | 10.41 | 14.14 | 9.58 | - |
| YUV | 98.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 79 | 0.33 | 0 | 0.31 | 0.55 | 124.74 | 0.2 | 0.37 |
| Hex | 4C | 72 | 4F | 21 | 0 | 1F | 37 | 7D | 14 | 25 |
| Octal | 114 | 162 | 117 | 41 | 0 | 37 | 67 | 175 | 24 | 45 |
| Binary | 1001100 | 1110010 | 1001111 | 100001 | 0 | 11111 | 110111 | 1111101 | 10100 | 100101 |
Color Harmonies of #4C724F
Complementary color
Monochromatic Colors of #4C724F
Black with #4C724F
Text Example
Text Example
White with #4C724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C724F; }
p { color: rgb(76,114,79); }
H1.HeaderClassName
{
color: #4C724F;
}
.AnyTagClassName
{
color: #4C724F;
}
</style>
background-color css
<style>
a { background-color: #4C724F; }
a { background-color: rgb(76,114,79); }
div.DivClassName
{
background-color: #4C724F;
}
.BgClassName
{
background-color: #4C724F;
}
</style>
border-color css
<style>
span { border-color: #4C724F; }
span { border-color: rgb(76,114,79); }
td.TdClassName
{
border-color: #4C724F;
}
.TagClassName
{
border-color: #4C724F;
}
</style>