Shades of Killarney #4A764B
Tints of Killarney #4A764B
RGB
CMYK
RGB Variations
Color information
#4A764B (or 0x4A764B) is known color: Killarney. HEX triplet: 4A, 76 and 4B. RGB value is (74,118,75). Sum of RGB (Red+Green+Blue) = 74+118+75=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #4A764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A764B is #B589B4. Grayscale: #646464. Windows color (decimal): -11897269 or 4945482. OLE color: 4945482.
HSL color Cylindrical-coordinate representation of color #4A764B: hue angle of 121.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A764B is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 75 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.54 |
| HSL | 121.36º | 0.23% | 0.38% | - |
| HSV(B) | 121.36º | 0.37% | 0.46% | - |
| XYZ | 10.57 | 14.92 | 8.98 | - |
| YUV | 99.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 75 | 0.37 | 0 | 0.36 | 0.54 | 121.36 | 0.23 | 0.38 |
| Hex | 4A | 76 | 4B | 25 | 0 | 24 | 36 | 79 | 17 | 26 |
| Octal | 112 | 166 | 113 | 45 | 0 | 44 | 66 | 171 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1001011 | 100101 | 0 | 100100 | 110110 | 1111001 | 10111 | 100110 |
Color Harmonies of #4A764B
Complementary color
Monochromatic Colors of #4A764B
Black with #4A764B
Text Example
Text Example
White with #4A764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A764B; }
p { color: rgb(74,118,75); }
H1.HeaderClassName
{
color: #4A764B;
}
.AnyTagClassName
{
color: #4A764B;
}
</style>
background-color css
<style>
a { background-color: #4A764B; }
a { background-color: rgb(74,118,75); }
div.DivClassName
{
background-color: #4A764B;
}
.BgClassName
{
background-color: #4A764B;
}
</style>
border-color css
<style>
span { border-color: #4A764B; }
span { border-color: rgb(74,118,75); }
td.TdClassName
{
border-color: #4A764B;
}
.TagClassName
{
border-color: #4A764B;
}
</style>