Shades of Killarney #4B8254
Tints of Killarney #4B8254
RGB
CMYK
RGB Variations
Color information
#4B8254 (or 0x4B8254) is known color: Killarney. HEX triplet: 4B, 82 and 54. RGB value is (75,130,84). Sum of RGB (Red+Green+Blue) = 75+130+84=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8254 is #B47DAB. Grayscale: #6C6C6C. Windows color (decimal): -11828652 or 5538379. OLE color: 5538379.
HSL color Cylindrical-coordinate representation of color #4B8254: hue angle of 129.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B8254 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 84 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.49 |
| HSL | 129.82º | 0.27% | 0.4% | - |
| HSV(B) | 129.82º | 0.42% | 0.51% | - |
| XYZ | 12.48 | 18.1 | 11.22 | - |
| YUV | 108.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 84 | 0.42 | 0 | 0.35 | 0.49 | 129.82 | 0.27 | 0.4 |
| Hex | 4B | 82 | 54 | 2A | 0 | 23 | 31 | 82 | 1B | 28 |
| Octal | 113 | 202 | 124 | 52 | 0 | 43 | 61 | 202 | 33 | 50 |
| Binary | 1001011 | 10000010 | 1010100 | 101010 | 0 | 100011 | 110001 | 10000010 | 11011 | 101000 |
Color Harmonies of #4B8254
Complementary color
Monochromatic Colors of #4B8254
Black with #4B8254
Text Example
Text Example
White with #4B8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8254; }
p { color: rgb(75,130,84); }
H1.HeaderClassName
{
color: #4B8254;
}
.AnyTagClassName
{
color: #4B8254;
}
</style>
background-color css
<style>
a { background-color: #4B8254; }
a { background-color: rgb(75,130,84); }
div.DivClassName
{
background-color: #4B8254;
}
.BgClassName
{
background-color: #4B8254;
}
</style>
border-color css
<style>
span { border-color: #4B8254; }
span { border-color: rgb(75,130,84); }
td.TdClassName
{
border-color: #4B8254;
}
.TagClassName
{
border-color: #4B8254;
}
</style>