Shades of Killarney #4A764F
Tints of Killarney #4A764F
RGB
CMYK
RGB Variations
Color information
#4A764F (or 0x4A764F) is known color: Killarney. HEX triplet: 4A, 76 and 4F. RGB value is (74,118,79). Sum of RGB (Red+Green+Blue) = 74+118+79=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #4A764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A764F is #B589B0. Grayscale: #646464. Windows color (decimal): -11897265 or 5207626. OLE color: 5207626.
HSL color Cylindrical-coordinate representation of color #4A764F: hue angle of 126.82º 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 #4A764F is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 79 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.54 |
| HSL | 126.82º | 0.23% | 0.38% | - |
| HSV(B) | 126.82º | 0.37% | 0.46% | - |
| XYZ | 10.71 | 14.98 | 9.72 | - |
| YUV | 100.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 79 | 0.37 | 0 | 0.33 | 0.54 | 126.82 | 0.23 | 0.38 |
| Hex | 4A | 76 | 4F | 25 | 0 | 21 | 36 | 7F | 17 | 26 |
| Octal | 112 | 166 | 117 | 45 | 0 | 41 | 66 | 177 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1001111 | 100101 | 0 | 100001 | 110110 | 1111111 | 10111 | 100110 |
Color Harmonies of #4A764F
Complementary color
Monochromatic Colors of #4A764F
Black with #4A764F
Text Example
Text Example
White with #4A764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A764F; }
p { color: rgb(74,118,79); }
H1.HeaderClassName
{
color: #4A764F;
}
.AnyTagClassName
{
color: #4A764F;
}
</style>
background-color css
<style>
a { background-color: #4A764F; }
a { background-color: rgb(74,118,79); }
div.DivClassName
{
background-color: #4A764F;
}
.BgClassName
{
background-color: #4A764F;
}
</style>
border-color css
<style>
span { border-color: #4A764F; }
span { border-color: rgb(74,118,79); }
td.TdClassName
{
border-color: #4A764F;
}
.TagClassName
{
border-color: #4A764F;
}
</style>