Shades of Killarney #468450
Tints of Killarney #468450
RGB
CMYK
RGB Variations
Color information
#468450 (or 0x468450) is known color: Killarney. HEX triplet: 46, 84 and 50. RGB value is (70,132,80). Sum of RGB (Red+Green+Blue) = 70+132+80=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #468450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468450 is #B97BAF. Grayscale: #6B6B6B. Windows color (decimal): -12155824 or 5276742. OLE color: 5276742.
HSL color Cylindrical-coordinate representation of color #468450: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468450 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 132 | 80 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.48 |
| HSL | 129.68º | 0.31% | 0.4% | - |
| HSV(B) | 129.68º | 0.47% | 0.52% | - |
| XYZ | 12.23 | 18.38 | 10.49 | - |
| YUV | 107.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 80 | 0.47 | 0 | 0.39 | 0.48 | 129.68 | 0.31 | 0.4 |
| Hex | 46 | 84 | 50 | 2F | 0 | 27 | 30 | 82 | 1F | 28 |
| Octal | 106 | 204 | 120 | 57 | 0 | 47 | 60 | 202 | 37 | 50 |
| Binary | 1000110 | 10000100 | 1010000 | 101111 | 0 | 100111 | 110000 | 10000010 | 11111 | 101000 |
Color Harmonies of #468450
Complementary color
Monochromatic Colors of #468450
Black with #468450
Text Example
Text Example
White with #468450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468450; }
p { color: rgb(70,132,80); }
H1.HeaderClassName
{
color: #468450;
}
.AnyTagClassName
{
color: #468450;
}
</style>
background-color css
<style>
a { background-color: #468450; }
a { background-color: rgb(70,132,80); }
div.DivClassName
{
background-color: #468450;
}
.BgClassName
{
background-color: #468450;
}
</style>
border-color css
<style>
span { border-color: #468450; }
span { border-color: rgb(70,132,80); }
td.TdClassName
{
border-color: #468450;
}
.TagClassName
{
border-color: #468450;
}
</style>