Shades of Killarney #4A754B
Tints of Killarney #4A754B
RGB
CMYK
RGB Variations
Color information
#4A754B (or 0x4A754B) is known color: Killarney. HEX triplet: 4A, 75 and 4B. RGB value is (74,117,75). Sum of RGB (Red+Green+Blue) = 74+117+75=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #4A754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A754B is #B58AB4. Grayscale: #636363. Windows color (decimal): -11897525 or 4945226. OLE color: 4945226.
HSL color Cylindrical-coordinate representation of color #4A754B: hue angle of 121.4º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A754B is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 75 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.54 |
| HSL | 121.4º | 0.23% | 0.37% | - |
| HSV(B) | 121.4º | 0.37% | 0.46% | - |
| XYZ | 10.46 | 14.69 | 8.94 | - |
| YUV | 99.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 75 | 0.37 | 0 | 0.36 | 0.54 | 121.4 | 0.23 | 0.37 |
| Hex | 4A | 75 | 4B | 25 | 0 | 24 | 36 | 79 | 17 | 25 |
| Octal | 112 | 165 | 113 | 45 | 0 | 44 | 66 | 171 | 27 | 45 |
| Binary | 1001010 | 1110101 | 1001011 | 100101 | 0 | 100100 | 110110 | 1111001 | 10111 | 100101 |
Color Harmonies of #4A754B
Complementary color
Monochromatic Colors of #4A754B
Black with #4A754B
Text Example
Text Example
White with #4A754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A754B; }
p { color: rgb(74,117,75); }
H1.HeaderClassName
{
color: #4A754B;
}
.AnyTagClassName
{
color: #4A754B;
}
</style>
background-color css
<style>
a { background-color: #4A754B; }
a { background-color: rgb(74,117,75); }
div.DivClassName
{
background-color: #4A754B;
}
.BgClassName
{
background-color: #4A754B;
}
</style>
border-color css
<style>
span { border-color: #4A754B; }
span { border-color: rgb(74,117,75); }
td.TdClassName
{
border-color: #4A754B;
}
.TagClassName
{
border-color: #4A754B;
}
</style>