Shades of Killarney #4C814B
Tints of Killarney #4C814B
RGB
CMYK
RGB Variations
Color information
#4C814B (or 0x4C814B) is known color: Killarney. HEX triplet: 4C, 81 and 4B. RGB value is (76,129,75). Sum of RGB (Red+Green+Blue) = 76+129+75=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #4C814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C814B is #B37EB4. Grayscale: #6B6B6B. Windows color (decimal): -11763381 or 4948300. OLE color: 4948300.
HSL color Cylindrical-coordinate representation of color #4C814B: hue angle of 118.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C814B is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 75 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.49 |
| HSL | 118.89º | 0.26% | 0.4% | - |
| HSV(B) | 118.89º | 0.42% | 0.51% | - |
| XYZ | 12.1 | 17.75 | 9.44 | - |
| YUV | 107 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 75 | 0.41 | 0 | 0.42 | 0.49 | 118.89 | 0.26 | 0.4 |
| Hex | 4C | 81 | 4B | 29 | 0 | 2A | 31 | 77 | 1A | 28 |
| Octal | 114 | 201 | 113 | 51 | 0 | 52 | 61 | 167 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1001011 | 101001 | 0 | 101010 | 110001 | 1110111 | 11010 | 101000 |
Color Harmonies of #4C814B
Complementary color
Monochromatic Colors of #4C814B
Black with #4C814B
Text Example
Text Example
White with #4C814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C814B; }
p { color: rgb(76,129,75); }
H1.HeaderClassName
{
color: #4C814B;
}
.AnyTagClassName
{
color: #4C814B;
}
</style>
background-color css
<style>
a { background-color: #4C814B; }
a { background-color: rgb(76,129,75); }
div.DivClassName
{
background-color: #4C814B;
}
.BgClassName
{
background-color: #4C814B;
}
</style>
border-color css
<style>
span { border-color: #4C814B; }
span { border-color: rgb(76,129,75); }
td.TdClassName
{
border-color: #4C814B;
}
.TagClassName
{
border-color: #4C814B;
}
</style>