Shades of Killarney #4B6D4D
Tints of Killarney #4B6D4D
RGB
CMYK
RGB Variations
Color information
#4B6D4D (or 0x4B6D4D) is known color: Killarney. HEX triplet: 4B, 6D and 4D. RGB value is (75,109,77). Sum of RGB (Red+Green+Blue) = 75+109+77=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D4D is #B492B2. Grayscale: #5F5F5F. Windows color (decimal): -11834035 or 5074251. OLE color: 5074251.
HSL color Cylindrical-coordinate representation of color #4B6D4D: hue angle of 123.53º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D4D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 77 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.57 |
| HSL | 123.53º | 0.18% | 0.36% | - |
| HSV(B) | 123.53º | 0.31% | 0.43% | - |
| XYZ | 9.71 | 12.97 | 9.01 | - |
| YUV | 95.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 77 | 0.31 | 0 | 0.29 | 0.57 | 123.53 | 0.18 | 0.36 |
| Hex | 4B | 6D | 4D | 1F | 0 | 1D | 39 | 7C | 12 | 24 |
| Octal | 113 | 155 | 115 | 37 | 0 | 35 | 71 | 174 | 22 | 44 |
| Binary | 1001011 | 1101101 | 1001101 | 11111 | 0 | 11101 | 111001 | 1111100 | 10010 | 100100 |
Color Harmonies of #4B6D4D
Complementary color
Monochromatic Colors of #4B6D4D
Black with #4B6D4D
Text Example
Text Example
White with #4B6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D4D; }
p { color: rgb(75,109,77); }
H1.HeaderClassName
{
color: #4B6D4D;
}
.AnyTagClassName
{
color: #4B6D4D;
}
</style>
background-color css
<style>
a { background-color: #4B6D4D; }
a { background-color: rgb(75,109,77); }
div.DivClassName
{
background-color: #4B6D4D;
}
.BgClassName
{
background-color: #4B6D4D;
}
</style>
border-color css
<style>
span { border-color: #4B6D4D; }
span { border-color: rgb(75,109,77); }
td.TdClassName
{
border-color: #4B6D4D;
}
.TagClassName
{
border-color: #4B6D4D;
}
</style>