Shades of Killarney #4B7A4C
Tints of Killarney #4B7A4C
RGB
CMYK
RGB Variations
Color information
#4B7A4C (or 0x4B7A4C) is known color: Killarney. HEX triplet: 4B, 7A and 4C. RGB value is (75,122,76). Sum of RGB (Red+Green+Blue) = 75+122+76=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7A4C is #B485B3. Grayscale: #666666. Windows color (decimal): -11830708 or 5012043. OLE color: 5012043.
HSL color Cylindrical-coordinate representation of color #4B7A4C: hue angle of 121.28º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7A4C is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 76 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.52 |
| HSL | 121.28º | 0.24% | 0.39% | - |
| HSV(B) | 121.28º | 0.39% | 0.48% | - |
| XYZ | 11.17 | 15.94 | 9.33 | - |
| YUV | 102.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 76 | 0.39 | 0 | 0.38 | 0.52 | 121.28 | 0.24 | 0.39 |
| Hex | 4B | 7A | 4C | 27 | 0 | 26 | 34 | 79 | 18 | 27 |
| Octal | 113 | 172 | 114 | 47 | 0 | 46 | 64 | 171 | 30 | 47 |
| Binary | 1001011 | 1111010 | 1001100 | 100111 | 0 | 100110 | 110100 | 1111001 | 11000 | 100111 |
Color Harmonies of #4B7A4C
Complementary color
Monochromatic Colors of #4B7A4C
Black with #4B7A4C
Text Example
Text Example
White with #4B7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A4C; }
p { color: rgb(75,122,76); }
H1.HeaderClassName
{
color: #4B7A4C;
}
.AnyTagClassName
{
color: #4B7A4C;
}
</style>
background-color css
<style>
a { background-color: #4B7A4C; }
a { background-color: rgb(75,122,76); }
div.DivClassName
{
background-color: #4B7A4C;
}
.BgClassName
{
background-color: #4B7A4C;
}
</style>
border-color css
<style>
span { border-color: #4B7A4C; }
span { border-color: rgb(75,122,76); }
td.TdClassName
{
border-color: #4B7A4C;
}
.TagClassName
{
border-color: #4B7A4C;
}
</style>