Shades of Killarney #468A4C
Tints of Killarney #468A4C
RGB
CMYK
RGB Variations
Color information
#468A4C (or 0x468A4C) is known color: Killarney. HEX triplet: 46, 8A and 4C. RGB value is (70,138,76). Sum of RGB (Red+Green+Blue) = 70+138+76=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #468A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A4C is #B975B3. Grayscale: #6E6E6E. Windows color (decimal): -12154292 or 5016134. OLE color: 5016134.
HSL color Cylindrical-coordinate representation of color #468A4C: hue angle of 125.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A4C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 76 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.46 |
| HSL | 125.29º | 0.33% | 0.41% | - |
| HSV(B) | 125.29º | 0.49% | 0.54% | - |
| XYZ | 12.92 | 20 | 10.02 | - |
| YUV | 110.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 76 | 0.49 | 0 | 0.45 | 0.46 | 125.29 | 0.33 | 0.41 |
| Hex | 46 | 8A | 4C | 31 | 0 | 2D | 2E | 7D | 21 | 29 |
| Octal | 106 | 212 | 114 | 61 | 0 | 55 | 56 | 175 | 41 | 51 |
| Binary | 1000110 | 10001010 | 1001100 | 110001 | 0 | 101101 | 101110 | 1111101 | 100001 | 101001 |
Color Harmonies of #468A4C
Complementary color
Monochromatic Colors of #468A4C
Black with #468A4C
Text Example
Text Example
White with #468A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A4C; }
p { color: rgb(70,138,76); }
H1.HeaderClassName
{
color: #468A4C;
}
.AnyTagClassName
{
color: #468A4C;
}
</style>
background-color css
<style>
a { background-color: #468A4C; }
a { background-color: rgb(70,138,76); }
div.DivClassName
{
background-color: #468A4C;
}
.BgClassName
{
background-color: #468A4C;
}
</style>
border-color css
<style>
span { border-color: #468A4C; }
span { border-color: rgb(70,138,76); }
td.TdClassName
{
border-color: #468A4C;
}
.TagClassName
{
border-color: #468A4C;
}
</style>