Shades of Killarney #488B4B
Tints of Killarney #488B4B
RGB
CMYK
RGB Variations
Color information
#488B4B (or 0x488B4B) is known color: Killarney. HEX triplet: 48, 8B and 4B. RGB value is (72,139,75). Sum of RGB (Red+Green+Blue) = 72+139+75=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #488B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B4B is #B774B4. Grayscale: #6F6F6F. Windows color (decimal): -12022965 or 4950856. OLE color: 4950856.
HSL color Cylindrical-coordinate representation of color #488B4B: hue angle of 122.69º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B4B is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 75 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.45 |
| HSL | 122.69º | 0.32% | 0.41% | - |
| HSV(B) | 122.69º | 0.48% | 0.55% | - |
| XYZ | 13.18 | 20.35 | 9.89 | - |
| YUV | 111.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 75 | 0.48 | 0 | 0.46 | 0.45 | 122.69 | 0.32 | 0.41 |
| Hex | 48 | 8B | 4B | 30 | 0 | 2E | 2D | 7B | 20 | 29 |
| Octal | 110 | 213 | 113 | 60 | 0 | 56 | 55 | 173 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1001011 | 110000 | 0 | 101110 | 101101 | 1111011 | 100000 | 101001 |
Color Harmonies of #488B4B
Complementary color
Monochromatic Colors of #488B4B
Black with #488B4B
Text Example
Text Example
White with #488B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B4B; }
p { color: rgb(72,139,75); }
H1.HeaderClassName
{
color: #488B4B;
}
.AnyTagClassName
{
color: #488B4B;
}
</style>
background-color css
<style>
a { background-color: #488B4B; }
a { background-color: rgb(72,139,75); }
div.DivClassName
{
background-color: #488B4B;
}
.BgClassName
{
background-color: #488B4B;
}
</style>
border-color css
<style>
span { border-color: #488B4B; }
span { border-color: rgb(72,139,75); }
td.TdClassName
{
border-color: #488B4B;
}
.TagClassName
{
border-color: #488B4B;
}
</style>