Shades of Killarney #4C814C
Tints of Killarney #4C814C
RGB
CMYK
RGB Variations
Color information
#4C814C (or 0x4C814C) is known color: Killarney. HEX triplet: 4C, 81 and 4C. RGB value is (76,129,76). Sum of RGB (Red+Green+Blue) = 76+129+76=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #4C814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C814C is #B37EB3. Grayscale: #6B6B6B. Windows color (decimal): -11763380 or 5013836. OLE color: 5013836.
HSL color Cylindrical-coordinate representation of color #4C814C: hue angle of 120º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C814C is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 76 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.49 |
| HSL | 120º | 0.26% | 0.4% | - |
| HSV(B) | 120º | 0.41% | 0.51% | - |
| XYZ | 12.14 | 17.76 | 9.63 | - |
| YUV | 107.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 76 | 0.41 | 0 | 0.41 | 0.49 | 120 | 0.26 | 0.4 |
| Hex | 4C | 81 | 4C | 29 | 0 | 29 | 31 | 78 | 1A | 28 |
| Octal | 114 | 201 | 114 | 51 | 0 | 51 | 61 | 170 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1001100 | 101001 | 0 | 101001 | 110001 | 1111000 | 11010 | 101000 |
Color Harmonies of #4C814C
Complementary color
Monochromatic Colors of #4C814C
Black with #4C814C
Text Example
Text Example
White with #4C814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C814C; }
p { color: rgb(76,129,76); }
H1.HeaderClassName
{
color: #4C814C;
}
.AnyTagClassName
{
color: #4C814C;
}
</style>
background-color css
<style>
a { background-color: #4C814C; }
a { background-color: rgb(76,129,76); }
div.DivClassName
{
background-color: #4C814C;
}
.BgClassName
{
background-color: #4C814C;
}
</style>
border-color css
<style>
span { border-color: #4C814C; }
span { border-color: rgb(76,129,76); }
td.TdClassName
{
border-color: #4C814C;
}
.TagClassName
{
border-color: #4C814C;
}
</style>