Shades of Killarney #4C824F
Tints of Killarney #4C824F
RGB
CMYK
RGB Variations
Color information
#4C824F (or 0x4C824F) is known color: Killarney. HEX triplet: 4C, 82 and 4F. RGB value is (76,130,79). Sum of RGB (Red+Green+Blue) = 76+130+79=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #4C824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C824F is #B37DB0. Grayscale: #6C6C6C. Windows color (decimal): -11763121 or 5210700. OLE color: 5210700.
HSL color Cylindrical-coordinate representation of color #4C824F: hue angle of 123.33º 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 #4C824F is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 130 | 79 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.49 |
| HSL | 123.33º | 0.26% | 0.4% | - |
| HSV(B) | 123.33º | 0.42% | 0.51% | - |
| XYZ | 12.37 | 18.07 | 10.23 | - |
| YUV | 108.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 130 | 79 | 0.42 | 0 | 0.39 | 0.49 | 123.33 | 0.26 | 0.4 |
| Hex | 4C | 82 | 4F | 2A | 0 | 27 | 31 | 7B | 1A | 28 |
| Octal | 114 | 202 | 117 | 52 | 0 | 47 | 61 | 173 | 32 | 50 |
| Binary | 1001100 | 10000010 | 1001111 | 101010 | 0 | 100111 | 110001 | 1111011 | 11010 | 101000 |
Color Harmonies of #4C824F
Complementary color
Monochromatic Colors of #4C824F
Black with #4C824F
Text Example
Text Example
White with #4C824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C824F; }
p { color: rgb(76,130,79); }
H1.HeaderClassName
{
color: #4C824F;
}
.AnyTagClassName
{
color: #4C824F;
}
</style>
background-color css
<style>
a { background-color: #4C824F; }
a { background-color: rgb(76,130,79); }
div.DivClassName
{
background-color: #4C824F;
}
.BgClassName
{
background-color: #4C824F;
}
</style>
border-color css
<style>
span { border-color: #4C824F; }
span { border-color: rgb(76,130,79); }
td.TdClassName
{
border-color: #4C824F;
}
.TagClassName
{
border-color: #4C824F;
}
</style>