Shades of Killarney #48814A
Tints of Killarney #48814A
RGB
CMYK
RGB Variations
Color information
#48814A (or 0x48814A) is known color: Killarney. HEX triplet: 48, 81 and 4A. RGB value is (72,129,74). Sum of RGB (Red+Green+Blue) = 72+129+74=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #48814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48814A is #B77EB5. Grayscale: #696969. Windows color (decimal): -12025526 or 4882760. OLE color: 4882760.
HSL color Cylindrical-coordinate representation of color #48814A: hue angle of 122.11º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48814A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 74 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.49 |
| HSL | 122.11º | 0.28% | 0.39% | - |
| HSV(B) | 122.11º | 0.44% | 0.51% | - |
| XYZ | 11.76 | 17.57 | 9.25 | - |
| YUV | 105.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 74 | 0.44 | 0 | 0.43 | 0.49 | 122.11 | 0.28 | 0.39 |
| Hex | 48 | 81 | 4A | 2C | 0 | 2B | 31 | 7A | 1C | 27 |
| Octal | 110 | 201 | 112 | 54 | 0 | 53 | 61 | 172 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1001010 | 101100 | 0 | 101011 | 110001 | 1111010 | 11100 | 100111 |
Color Harmonies of #48814A
Complementary color
Monochromatic Colors of #48814A
Black with #48814A
Text Example
Text Example
White with #48814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48814A; }
p { color: rgb(72,129,74); }
H1.HeaderClassName
{
color: #48814A;
}
.AnyTagClassName
{
color: #48814A;
}
</style>
background-color css
<style>
a { background-color: #48814A; }
a { background-color: rgb(72,129,74); }
div.DivClassName
{
background-color: #48814A;
}
.BgClassName
{
background-color: #48814A;
}
</style>
border-color css
<style>
span { border-color: #48814A; }
span { border-color: rgb(72,129,74); }
td.TdClassName
{
border-color: #48814A;
}
.TagClassName
{
border-color: #48814A;
}
</style>