Shades of Killarney #4C7652
Tints of Killarney #4C7652
RGB
CMYK
RGB Variations
Color information
#4C7652 (or 0x4C7652) is known color: Killarney. HEX triplet: 4C, 76 and 52. RGB value is (76,118,82). Sum of RGB (Red+Green+Blue) = 76+118+82=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7652 is #B389AD. Grayscale: #656565. Windows color (decimal): -11766190 or 5404236. OLE color: 5404236.
HSL color Cylindrical-coordinate representation of color #4C7652: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7652 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 82 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.54 |
| HSL | 128.57º | 0.22% | 0.38% | - |
| HSV(B) | 128.57º | 0.36% | 0.46% | - |
| XYZ | 10.98 | 15.1 | 10.32 | - |
| YUV | 101.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 82 | 0.36 | 0 | 0.31 | 0.54 | 128.57 | 0.22 | 0.38 |
| Hex | 4C | 76 | 52 | 24 | 0 | 1F | 36 | 81 | 16 | 26 |
| Octal | 114 | 166 | 122 | 44 | 0 | 37 | 66 | 201 | 26 | 46 |
| Binary | 1001100 | 1110110 | 1010010 | 100100 | 0 | 11111 | 110110 | 10000001 | 10110 | 100110 |
Color Harmonies of #4C7652
Complementary color
Monochromatic Colors of #4C7652
Black with #4C7652
Text Example
Text Example
White with #4C7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7652; }
p { color: rgb(76,118,82); }
H1.HeaderClassName
{
color: #4C7652;
}
.AnyTagClassName
{
color: #4C7652;
}
</style>
background-color css
<style>
a { background-color: #4C7652; }
a { background-color: rgb(76,118,82); }
div.DivClassName
{
background-color: #4C7652;
}
.BgClassName
{
background-color: #4C7652;
}
</style>
border-color css
<style>
span { border-color: #4C7652; }
span { border-color: rgb(76,118,82); }
td.TdClassName
{
border-color: #4C7652;
}
.TagClassName
{
border-color: #4C7652;
}
</style>