Shades of Killarney #4A724A
Tints of Killarney #4A724A
RGB
CMYK
RGB Variations
Color information
#4A724A (or 0x4A724A) is known color: Killarney. HEX triplet: 4A, 72 and 4A. RGB value is (74,114,74). Sum of RGB (Red+Green+Blue) = 74+114+74=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #4A724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A724A is #B58DB5. Grayscale: #616161. Windows color (decimal): -11898294 or 4878922. OLE color: 4878922.
HSL color Cylindrical-coordinate representation of color #4A724A: hue angle of 120º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A724A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 74 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.55 |
| HSL | 120º | 0.21% | 0.37% | - |
| HSV(B) | 120º | 0.35% | 0.45% | - |
| XYZ | 10.08 | 13.98 | 8.65 | - |
| YUV | 97.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 74 | 0.35 | 0 | 0.35 | 0.55 | 120 | 0.21 | 0.37 |
| Hex | 4A | 72 | 4A | 23 | 0 | 23 | 37 | 78 | 15 | 25 |
| Octal | 112 | 162 | 112 | 43 | 0 | 43 | 67 | 170 | 25 | 45 |
| Binary | 1001010 | 1110010 | 1001010 | 100011 | 0 | 100011 | 110111 | 1111000 | 10101 | 100101 |
Color Harmonies of #4A724A
Complementary color
Monochromatic Colors of #4A724A
Black with #4A724A
Text Example
Text Example
White with #4A724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A724A; }
p { color: rgb(74,114,74); }
H1.HeaderClassName
{
color: #4A724A;
}
.AnyTagClassName
{
color: #4A724A;
}
</style>
background-color css
<style>
a { background-color: #4A724A; }
a { background-color: rgb(74,114,74); }
div.DivClassName
{
background-color: #4A724A;
}
.BgClassName
{
background-color: #4A724A;
}
</style>
border-color css
<style>
span { border-color: #4A724A; }
span { border-color: rgb(74,114,74); }
td.TdClassName
{
border-color: #4A724A;
}
.TagClassName
{
border-color: #4A724A;
}
</style>