Shades of Killarney #4B764A
Tints of Killarney #4B764A
RGB
CMYK
RGB Variations
Color information
#4B764A (or 0x4B764A) is known color: Killarney. HEX triplet: 4B, 76 and 4A. RGB value is (75,118,74). Sum of RGB (Red+Green+Blue) = 75+118+74=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #4B764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B764A is #B489B5. Grayscale: #646464. Windows color (decimal): -11831734 or 4879947. OLE color: 4879947.
HSL color Cylindrical-coordinate representation of color #4B764A: hue angle of 118.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B764A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 74 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.54 |
| HSL | 118.64º | 0.23% | 0.38% | - |
| HSV(B) | 118.64º | 0.37% | 0.46% | - |
| XYZ | 10.62 | 14.95 | 8.8 | - |
| YUV | 100.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 74 | 0.36 | 0 | 0.37 | 0.54 | 118.64 | 0.23 | 0.38 |
| Hex | 4B | 76 | 4A | 24 | 0 | 25 | 36 | 77 | 17 | 26 |
| Octal | 113 | 166 | 112 | 44 | 0 | 45 | 66 | 167 | 27 | 46 |
| Binary | 1001011 | 1110110 | 1001010 | 100100 | 0 | 100101 | 110110 | 1110111 | 10111 | 100110 |
Color Harmonies of #4B764A
Complementary color
Monochromatic Colors of #4B764A
Black with #4B764A
Text Example
Text Example
White with #4B764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B764A; }
p { color: rgb(75,118,74); }
H1.HeaderClassName
{
color: #4B764A;
}
.AnyTagClassName
{
color: #4B764A;
}
</style>
background-color css
<style>
a { background-color: #4B764A; }
a { background-color: rgb(75,118,74); }
div.DivClassName
{
background-color: #4B764A;
}
.BgClassName
{
background-color: #4B764A;
}
</style>
border-color css
<style>
span { border-color: #4B764A; }
span { border-color: rgb(75,118,74); }
td.TdClassName
{
border-color: #4B764A;
}
.TagClassName
{
border-color: #4B764A;
}
</style>