Shades of Killarney #488351
Tints of Killarney #488351
RGB
CMYK
RGB Variations
Color information
#488351 (or 0x488351) is known color: Killarney. HEX triplet: 48, 83 and 51. RGB value is (72,131,81). Sum of RGB (Red+Green+Blue) = 72+131+81=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #488351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488351 is #B77CAE. Grayscale: #6B6B6B. Windows color (decimal): -12025007 or 5342024. OLE color: 5342024.
HSL color Cylindrical-coordinate representation of color #488351: hue angle of 129.15º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488351 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 81 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.49 |
| HSL | 129.15º | 0.29% | 0.4% | - |
| HSV(B) | 129.15º | 0.45% | 0.51% | - |
| XYZ | 12.27 | 18.2 | 10.65 | - |
| YUV | 107.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 81 | 0.45 | 0 | 0.38 | 0.49 | 129.15 | 0.29 | 0.4 |
| Hex | 48 | 83 | 51 | 2D | 0 | 26 | 31 | 81 | 1D | 28 |
| Octal | 110 | 203 | 121 | 55 | 0 | 46 | 61 | 201 | 35 | 50 |
| Binary | 1001000 | 10000011 | 1010001 | 101101 | 0 | 100110 | 110001 | 10000001 | 11101 | 101000 |
Color Harmonies of #488351
Complementary color
Monochromatic Colors of #488351
Black with #488351
Text Example
Text Example
White with #488351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488351; }
p { color: rgb(72,131,81); }
H1.HeaderClassName
{
color: #488351;
}
.AnyTagClassName
{
color: #488351;
}
</style>
background-color css
<style>
a { background-color: #488351; }
a { background-color: rgb(72,131,81); }
div.DivClassName
{
background-color: #488351;
}
.BgClassName
{
background-color: #488351;
}
</style>
border-color css
<style>
span { border-color: #488351; }
span { border-color: rgb(72,131,81); }
td.TdClassName
{
border-color: #488351;
}
.TagClassName
{
border-color: #488351;
}
</style>