Shades of Killarney #4A7852
Tints of Killarney #4A7852
RGB
CMYK
RGB Variations
Color information
#4A7852 (or 0x4A7852) is known color: Killarney. HEX triplet: 4A, 78 and 52. RGB value is (74,120,82). Sum of RGB (Red+Green+Blue) = 74+120+82=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7852 is #B587AD. Grayscale: #666666. Windows color (decimal): -11896750 or 5404746. OLE color: 5404746.
HSL color Cylindrical-coordinate representation of color #4A7852: hue angle of 130.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7852 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 82 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.53 |
| HSL | 130.43º | 0.24% | 0.38% | - |
| HSV(B) | 130.43º | 0.38% | 0.47% | - |
| XYZ | 11.06 | 15.5 | 10.39 | - |
| YUV | 101.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 82 | 0.38 | 0 | 0.32 | 0.53 | 130.43 | 0.24 | 0.38 |
| Hex | 4A | 78 | 52 | 26 | 0 | 20 | 35 | 82 | 18 | 26 |
| Octal | 112 | 170 | 122 | 46 | 0 | 40 | 65 | 202 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1010010 | 100110 | 0 | 100000 | 110101 | 10000010 | 11000 | 100110 |
Color Harmonies of #4A7852
Complementary color
Monochromatic Colors of #4A7852
Black with #4A7852
Text Example
Text Example
White with #4A7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7852; }
p { color: rgb(74,120,82); }
H1.HeaderClassName
{
color: #4A7852;
}
.AnyTagClassName
{
color: #4A7852;
}
</style>
background-color css
<style>
a { background-color: #4A7852; }
a { background-color: rgb(74,120,82); }
div.DivClassName
{
background-color: #4A7852;
}
.BgClassName
{
background-color: #4A7852;
}
</style>
border-color css
<style>
span { border-color: #4A7852; }
span { border-color: rgb(74,120,82); }
td.TdClassName
{
border-color: #4A7852;
}
.TagClassName
{
border-color: #4A7852;
}
</style>