Shades of Killarney #4A7D4C
Tints of Killarney #4A7D4C
RGB
CMYK
RGB Variations
Color information
#4A7D4C (or 0x4A7D4C) is known color: Killarney. HEX triplet: 4A, 7D and 4C. RGB value is (74,125,76). Sum of RGB (Red+Green+Blue) = 74+125+76=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7D4C is #B582B3. Grayscale: #686868. Windows color (decimal): -11895476 or 5012810. OLE color: 5012810.
HSL color Cylindrical-coordinate representation of color #4A7D4C: hue angle of 122.35º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D4C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 125 | 76 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.51 |
| HSL | 122.35º | 0.26% | 0.39% | - |
| HSV(B) | 122.35º | 0.41% | 0.49% | - |
| XYZ | 11.46 | 16.64 | 9.45 | - |
| YUV | 104.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 76 | 0.41 | 0 | 0.39 | 0.51 | 122.35 | 0.26 | 0.39 |
| Hex | 4A | 7D | 4C | 29 | 0 | 27 | 33 | 7A | 1A | 27 |
| Octal | 112 | 175 | 114 | 51 | 0 | 47 | 63 | 172 | 32 | 47 |
| Binary | 1001010 | 1111101 | 1001100 | 101001 | 0 | 100111 | 110011 | 1111010 | 11010 | 100111 |
Color Harmonies of #4A7D4C
Complementary color
Monochromatic Colors of #4A7D4C
Black with #4A7D4C
Text Example
Text Example
White with #4A7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7D4C; }
p { color: rgb(74,125,76); }
H1.HeaderClassName
{
color: #4A7D4C;
}
.AnyTagClassName
{
color: #4A7D4C;
}
</style>
background-color css
<style>
a { background-color: #4A7D4C; }
a { background-color: rgb(74,125,76); }
div.DivClassName
{
background-color: #4A7D4C;
}
.BgClassName
{
background-color: #4A7D4C;
}
</style>
border-color css
<style>
span { border-color: #4A7D4C; }
span { border-color: rgb(74,125,76); }
td.TdClassName
{
border-color: #4A7D4C;
}
.TagClassName
{
border-color: #4A7D4C;
}
</style>