Shades of Killarney #468A4A
Tints of Killarney #468A4A
RGB
CMYK
RGB Variations
Color information
#468A4A (or 0x468A4A) is known color: Killarney. HEX triplet: 46, 8A and 4A. RGB value is (70,138,74). Sum of RGB (Red+Green+Blue) = 70+138+74=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #468A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A4A is #B975B5. Grayscale: #6E6E6E. Windows color (decimal): -12154294 or 4885062. OLE color: 4885062.
HSL color Cylindrical-coordinate representation of color #468A4A: hue angle of 123.53º 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 #468A4A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 74 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.46 |
| HSL | 123.53º | 0.33% | 0.41% | - |
| HSV(B) | 123.53º | 0.49% | 0.54% | - |
| XYZ | 12.85 | 19.97 | 9.66 | - |
| YUV | 110.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 74 | 0.49 | 0 | 0.46 | 0.46 | 123.53 | 0.33 | 0.41 |
| Hex | 46 | 8A | 4A | 31 | 0 | 2E | 2E | 7C | 21 | 29 |
| Octal | 106 | 212 | 112 | 61 | 0 | 56 | 56 | 174 | 41 | 51 |
| Binary | 1000110 | 10001010 | 1001010 | 110001 | 0 | 101110 | 101110 | 1111100 | 100001 | 101001 |
Color Harmonies of #468A4A
Complementary color
Monochromatic Colors of #468A4A
Black with #468A4A
Text Example
Text Example
White with #468A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A4A; }
p { color: rgb(70,138,74); }
H1.HeaderClassName
{
color: #468A4A;
}
.AnyTagClassName
{
color: #468A4A;
}
</style>
background-color css
<style>
a { background-color: #468A4A; }
a { background-color: rgb(70,138,74); }
div.DivClassName
{
background-color: #468A4A;
}
.BgClassName
{
background-color: #468A4A;
}
</style>
border-color css
<style>
span { border-color: #468A4A; }
span { border-color: rgb(70,138,74); }
td.TdClassName
{
border-color: #468A4A;
}
.TagClassName
{
border-color: #468A4A;
}
</style>