Shades of Killarney #4A8451
Tints of Killarney #4A8451
RGB
CMYK
RGB Variations
Color information
#4A8451 (or 0x4A8451) is known color: Killarney. HEX triplet: 4A, 84 and 51. RGB value is (74,132,81). Sum of RGB (Red+Green+Blue) = 74+132+81=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8451 is #B57BAE. Grayscale: #6C6C6C. Windows color (decimal): -11893679 or 5342282. OLE color: 5342282.
HSL color Cylindrical-coordinate representation of color #4A8451: hue angle of 127.24º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8451 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 81 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.48 |
| HSL | 127.24º | 0.28% | 0.4% | - |
| HSV(B) | 127.24º | 0.44% | 0.52% | - |
| XYZ | 12.56 | 18.55 | 10.7 | - |
| YUV | 108.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 81 | 0.44 | 0 | 0.39 | 0.48 | 127.24 | 0.28 | 0.4 |
| Hex | 4A | 84 | 51 | 2C | 0 | 27 | 30 | 7F | 1C | 28 |
| Octal | 112 | 204 | 121 | 54 | 0 | 47 | 60 | 177 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1010001 | 101100 | 0 | 100111 | 110000 | 1111111 | 11100 | 101000 |
Color Harmonies of #4A8451
Complementary color
Monochromatic Colors of #4A8451
Black with #4A8451
Text Example
Text Example
White with #4A8451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8451; }
p { color: rgb(74,132,81); }
H1.HeaderClassName
{
color: #4A8451;
}
.AnyTagClassName
{
color: #4A8451;
}
</style>
background-color css
<style>
a { background-color: #4A8451; }
a { background-color: rgb(74,132,81); }
div.DivClassName
{
background-color: #4A8451;
}
.BgClassName
{
background-color: #4A8451;
}
</style>
border-color css
<style>
span { border-color: #4A8451; }
span { border-color: rgb(74,132,81); }
td.TdClassName
{
border-color: #4A8451;
}
.TagClassName
{
border-color: #4A8451;
}
</style>