Shades of Killarney #4C8351
Tints of Killarney #4C8351
RGB
CMYK
RGB Variations
Color information
#4C8351 (or 0x4C8351) is known color: Killarney. HEX triplet: 4C, 83 and 51. RGB value is (76,131,81). Sum of RGB (Red+Green+Blue) = 76+131+81=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8351 is #B37CAE. Grayscale: #6C6C6C. Windows color (decimal): -11762863 or 5342028. OLE color: 5342028.
HSL color Cylindrical-coordinate representation of color #4C8351: hue angle of 125.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8351 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 81 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.49 |
| HSL | 125.45º | 0.27% | 0.41% | - |
| HSV(B) | 125.45º | 0.42% | 0.51% | - |
| XYZ | 12.58 | 18.36 | 10.67 | - |
| YUV | 108.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 81 | 0.42 | 0 | 0.38 | 0.49 | 125.45 | 0.27 | 0.41 |
| Hex | 4C | 83 | 51 | 2A | 0 | 26 | 31 | 7D | 1B | 29 |
| Octal | 114 | 203 | 121 | 52 | 0 | 46 | 61 | 175 | 33 | 51 |
| Binary | 1001100 | 10000011 | 1010001 | 101010 | 0 | 100110 | 110001 | 1111101 | 11011 | 101001 |
Color Harmonies of #4C8351
Complementary color
Monochromatic Colors of #4C8351
Black with #4C8351
Text Example
Text Example
White with #4C8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8351; }
p { color: rgb(76,131,81); }
H1.HeaderClassName
{
color: #4C8351;
}
.AnyTagClassName
{
color: #4C8351;
}
</style>
background-color css
<style>
a { background-color: #4C8351; }
a { background-color: rgb(76,131,81); }
div.DivClassName
{
background-color: #4C8351;
}
.BgClassName
{
background-color: #4C8351;
}
</style>
border-color css
<style>
span { border-color: #4C8351; }
span { border-color: rgb(76,131,81); }
td.TdClassName
{
border-color: #4C8351;
}
.TagClassName
{
border-color: #4C8351;
}
</style>