Shades of Killarney #4B7954
Tints of Killarney #4B7954
RGB
CMYK
RGB Variations
Color information
#4B7954 (or 0x4B7954) is known color: Killarney. HEX triplet: 4B, 79 and 54. RGB value is (75,121,84). Sum of RGB (Red+Green+Blue) = 75+121+84=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7954 is #B486AB. Grayscale: #676767. Windows color (decimal): -11830956 or 5536075. OLE color: 5536075.
HSL color Cylindrical-coordinate representation of color #4B7954: hue angle of 131.74º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7954 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 84 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.53 |
| HSL | 131.74º | 0.23% | 0.38% | - |
| HSV(B) | 131.74º | 0.38% | 0.47% | - |
| XYZ | 11.34 | 15.81 | 10.84 | - |
| YUV | 103.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 84 | 0.38 | 0 | 0.31 | 0.53 | 131.74 | 0.23 | 0.38 |
| Hex | 4B | 79 | 54 | 26 | 0 | 1F | 35 | 84 | 17 | 26 |
| Octal | 113 | 171 | 124 | 46 | 0 | 37 | 65 | 204 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1010100 | 100110 | 0 | 11111 | 110101 | 10000100 | 10111 | 100110 |
Color Harmonies of #4B7954
Complementary color
Monochromatic Colors of #4B7954
Black with #4B7954
Text Example
Text Example
White with #4B7954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7954; }
p { color: rgb(75,121,84); }
H1.HeaderClassName
{
color: #4B7954;
}
.AnyTagClassName
{
color: #4B7954;
}
</style>
background-color css
<style>
a { background-color: #4B7954; }
a { background-color: rgb(75,121,84); }
div.DivClassName
{
background-color: #4B7954;
}
.BgClassName
{
background-color: #4B7954;
}
</style>
border-color css
<style>
span { border-color: #4B7954; }
span { border-color: rgb(75,121,84); }
td.TdClassName
{
border-color: #4B7954;
}
.TagClassName
{
border-color: #4B7954;
}
</style>