Shades of Killarney #4B7A4E
Tints of Killarney #4B7A4E
RGB
CMYK
RGB Variations
Color information
#4B7A4E (or 0x4B7A4E) is known color: Killarney. HEX triplet: 4B, 7A and 4E. RGB value is (75,122,78). Sum of RGB (Red+Green+Blue) = 75+122+78=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A4E is #B485B1. Grayscale: #676767. Windows color (decimal): -11830706 or 5143115. OLE color: 5143115.
HSL color Cylindrical-coordinate representation of color #4B7A4E: hue angle of 123.83º 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 #4B7A4E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 78 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.52 |
| HSL | 123.83º | 0.24% | 0.39% | - |
| HSV(B) | 123.83º | 0.39% | 0.48% | - |
| XYZ | 11.24 | 15.96 | 9.7 | - |
| YUV | 102.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 78 | 0.39 | 0 | 0.36 | 0.52 | 123.83 | 0.24 | 0.39 |
| Hex | 4B | 7A | 4E | 27 | 0 | 24 | 34 | 7C | 18 | 27 |
| Octal | 113 | 172 | 116 | 47 | 0 | 44 | 64 | 174 | 30 | 47 |
| Binary | 1001011 | 1111010 | 1001110 | 100111 | 0 | 100100 | 110100 | 1111100 | 11000 | 100111 |
Color Harmonies of #4B7A4E
Complementary color
Monochromatic Colors of #4B7A4E
Black with #4B7A4E
Text Example
Text Example
White with #4B7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A4E; }
p { color: rgb(75,122,78); }
H1.HeaderClassName
{
color: #4B7A4E;
}
.AnyTagClassName
{
color: #4B7A4E;
}
</style>
background-color css
<style>
a { background-color: #4B7A4E; }
a { background-color: rgb(75,122,78); }
div.DivClassName
{
background-color: #4B7A4E;
}
.BgClassName
{
background-color: #4B7A4E;
}
</style>
border-color css
<style>
span { border-color: #4B7A4E; }
span { border-color: rgb(75,122,78); }
td.TdClassName
{
border-color: #4B7A4E;
}
.TagClassName
{
border-color: #4B7A4E;
}
</style>