Shades of Killarney #4A7C4B
Tints of Killarney #4A7C4B
RGB
CMYK
RGB Variations
Color information
#4A7C4B (or 0x4A7C4B) is known color: Killarney. HEX triplet: 4A, 7C and 4B. RGB value is (74,124,75). Sum of RGB (Red+Green+Blue) = 74+124+75=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C4B is #B583B4. Grayscale: #676767. Windows color (decimal): -11895733 or 4947018. OLE color: 4947018.
HSL color Cylindrical-coordinate representation of color #4A7C4B: hue angle of 121.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C4B is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 75 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.51 |
| HSL | 121.2º | 0.25% | 0.39% | - |
| HSV(B) | 121.2º | 0.4% | 0.49% | - |
| XYZ | 11.3 | 16.38 | 9.22 | - |
| YUV | 103.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 75 | 0.40 | 0 | 0.40 | 0.51 | 121.2 | 0.25 | 0.39 |
| Hex | 4A | 7C | 4B | 28 | 0 | 28 | 33 | 79 | 19 | 27 |
| Octal | 112 | 174 | 113 | 50 | 0 | 50 | 63 | 171 | 31 | 47 |
| Binary | 1001010 | 1111100 | 1001011 | 101000 | 0 | 101000 | 110011 | 1111001 | 11001 | 100111 |
Color Harmonies of #4A7C4B
Complementary color
Monochromatic Colors of #4A7C4B
Black with #4A7C4B
Text Example
Text Example
White with #4A7C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C4B; }
p { color: rgb(74,124,75); }
H1.HeaderClassName
{
color: #4A7C4B;
}
.AnyTagClassName
{
color: #4A7C4B;
}
</style>
background-color css
<style>
a { background-color: #4A7C4B; }
a { background-color: rgb(74,124,75); }
div.DivClassName
{
background-color: #4A7C4B;
}
.BgClassName
{
background-color: #4A7C4B;
}
</style>
border-color css
<style>
span { border-color: #4A7C4B; }
span { border-color: rgb(74,124,75); }
td.TdClassName
{
border-color: #4A7C4B;
}
.TagClassName
{
border-color: #4A7C4B;
}
</style>