Shades of Killarney #4B7852
Tints of Killarney #4B7852
RGB
CMYK
RGB Variations
Color information
#4B7852 (or 0x4B7852) is known color: Killarney. HEX triplet: 4B, 78 and 52. RGB value is (75,120,82). Sum of RGB (Red+Green+Blue) = 75+120+82=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7852 is #B487AD. Grayscale: #666666. Windows color (decimal): -11831214 or 5404747. OLE color: 5404747.
HSL color Cylindrical-coordinate representation of color #4B7852: hue angle of 129.33º 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 #4B7852 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 82 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.53 |
| HSL | 129.33º | 0.23% | 0.38% | - |
| HSV(B) | 129.33º | 0.38% | 0.47% | - |
| XYZ | 11.14 | 15.54 | 10.39 | - |
| YUV | 102.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 82 | 0.37 | 0 | 0.32 | 0.53 | 129.33 | 0.23 | 0.38 |
| Hex | 4B | 78 | 52 | 25 | 0 | 20 | 35 | 81 | 17 | 26 |
| Octal | 113 | 170 | 122 | 45 | 0 | 40 | 65 | 201 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1010010 | 100101 | 0 | 100000 | 110101 | 10000001 | 10111 | 100110 |
Color Harmonies of #4B7852
Complementary color
Monochromatic Colors of #4B7852
Black with #4B7852
Text Example
Text Example
White with #4B7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7852; }
p { color: rgb(75,120,82); }
H1.HeaderClassName
{
color: #4B7852;
}
.AnyTagClassName
{
color: #4B7852;
}
</style>
background-color css
<style>
a { background-color: #4B7852; }
a { background-color: rgb(75,120,82); }
div.DivClassName
{
background-color: #4B7852;
}
.BgClassName
{
background-color: #4B7852;
}
</style>
border-color css
<style>
span { border-color: #4B7852; }
span { border-color: rgb(75,120,82); }
td.TdClassName
{
border-color: #4B7852;
}
.TagClassName
{
border-color: #4B7852;
}
</style>