Shades of Killarney #4C814A
Tints of Killarney #4C814A
RGB
CMYK
RGB Variations
Color information
#4C814A (or 0x4C814A) is known color: Killarney. HEX triplet: 4C, 81 and 4A. RGB value is (76,129,74). Sum of RGB (Red+Green+Blue) = 76+129+74=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #4C814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C814A is #B37EB5. Grayscale: #6B6B6B. Windows color (decimal): -11763382 or 4882764. OLE color: 4882764.
HSL color Cylindrical-coordinate representation of color #4C814A: hue angle of 117.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C814A is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 74 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.49 |
| HSL | 117.82º | 0.27% | 0.4% | - |
| HSV(B) | 117.82º | 0.43% | 0.51% | - |
| XYZ | 12.07 | 17.73 | 9.27 | - |
| YUV | 106.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 74 | 0.41 | 0 | 0.43 | 0.49 | 117.82 | 0.27 | 0.4 |
| Hex | 4C | 81 | 4A | 29 | 0 | 2B | 31 | 76 | 1B | 28 |
| Octal | 114 | 201 | 112 | 51 | 0 | 53 | 61 | 166 | 33 | 50 |
| Binary | 1001100 | 10000001 | 1001010 | 101001 | 0 | 101011 | 110001 | 1110110 | 11011 | 101000 |
Color Harmonies of #4C814A
Complementary color
Monochromatic Colors of #4C814A
Black with #4C814A
Text Example
Text Example
White with #4C814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C814A; }
p { color: rgb(76,129,74); }
H1.HeaderClassName
{
color: #4C814A;
}
.AnyTagClassName
{
color: #4C814A;
}
</style>
background-color css
<style>
a { background-color: #4C814A; }
a { background-color: rgb(76,129,74); }
div.DivClassName
{
background-color: #4C814A;
}
.BgClassName
{
background-color: #4C814A;
}
</style>
border-color css
<style>
span { border-color: #4C814A; }
span { border-color: rgb(76,129,74); }
td.TdClassName
{
border-color: #4C814A;
}
.TagClassName
{
border-color: #4C814A;
}
</style>