Shades of Killarney #4B7553
Tints of Killarney #4B7553
RGB
CMYK
RGB Variations
Color information
#4B7553 (or 0x4B7553) is known color: Killarney. HEX triplet: 4B, 75 and 53. RGB value is (75,117,83). Sum of RGB (Red+Green+Blue) = 75+117+83=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7553 is #B48AAC. Grayscale: #646464. Windows color (decimal): -11831981 or 5469515. OLE color: 5469515.
HSL color Cylindrical-coordinate representation of color #4B7553: hue angle of 131.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7553 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 83 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.54 |
| HSL | 131.43º | 0.22% | 0.38% | - |
| HSV(B) | 131.43º | 0.36% | 0.46% | - |
| XYZ | 10.82 | 14.84 | 10.48 | - |
| YUV | 100.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 83 | 0.36 | 0 | 0.29 | 0.54 | 131.43 | 0.22 | 0.38 |
| Hex | 4B | 75 | 53 | 24 | 0 | 1D | 36 | 83 | 16 | 26 |
| Octal | 113 | 165 | 123 | 44 | 0 | 35 | 66 | 203 | 26 | 46 |
| Binary | 1001011 | 1110101 | 1010011 | 100100 | 0 | 11101 | 110110 | 10000011 | 10110 | 100110 |
Color Harmonies of #4B7553
Complementary color
Monochromatic Colors of #4B7553
Black with #4B7553
Text Example
Text Example
White with #4B7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7553; }
p { color: rgb(75,117,83); }
H1.HeaderClassName
{
color: #4B7553;
}
.AnyTagClassName
{
color: #4B7553;
}
</style>
background-color css
<style>
a { background-color: #4B7553; }
a { background-color: rgb(75,117,83); }
div.DivClassName
{
background-color: #4B7553;
}
.BgClassName
{
background-color: #4B7553;
}
</style>
border-color css
<style>
span { border-color: #4B7553; }
span { border-color: rgb(75,117,83); }
td.TdClassName
{
border-color: #4B7553;
}
.TagClassName
{
border-color: #4B7553;
}
</style>