Shades of Killarney #4B824E
Tints of Killarney #4B824E
RGB
CMYK
RGB Variations
Color information
#4B824E (or 0x4B824E) is known color: Killarney. HEX triplet: 4B, 82 and 4E. RGB value is (75,130,78). Sum of RGB (Red+Green+Blue) = 75+130+78=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #4B824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B824E is #B47DB1. Grayscale: #6B6B6B. Windows color (decimal): -11828658 or 5145163. OLE color: 5145163.
HSL color Cylindrical-coordinate representation of color #4B824E: hue angle of 123.27º 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 #4B824E is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 78 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.49 |
| HSL | 123.27º | 0.27% | 0.4% | - |
| HSV(B) | 123.27º | 0.42% | 0.51% | - |
| XYZ | 12.26 | 18.01 | 10.04 | - |
| YUV | 107.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 78 | 0.42 | 0 | 0.40 | 0.49 | 123.27 | 0.27 | 0.4 |
| Hex | 4B | 82 | 4E | 2A | 0 | 28 | 31 | 7B | 1B | 28 |
| Octal | 113 | 202 | 116 | 52 | 0 | 50 | 61 | 173 | 33 | 50 |
| Binary | 1001011 | 10000010 | 1001110 | 101010 | 0 | 101000 | 110001 | 1111011 | 11011 | 101000 |
Color Harmonies of #4B824E
Complementary color
Monochromatic Colors of #4B824E
Black with #4B824E
Text Example
Text Example
White with #4B824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B824E; }
p { color: rgb(75,130,78); }
H1.HeaderClassName
{
color: #4B824E;
}
.AnyTagClassName
{
color: #4B824E;
}
</style>
background-color css
<style>
a { background-color: #4B824E; }
a { background-color: rgb(75,130,78); }
div.DivClassName
{
background-color: #4B824E;
}
.BgClassName
{
background-color: #4B824E;
}
</style>
border-color css
<style>
span { border-color: #4B824E; }
span { border-color: rgb(75,130,78); }
td.TdClassName
{
border-color: #4B824E;
}
.TagClassName
{
border-color: #4B824E;
}
</style>