Shades of Killarney #468B45
Tints of Killarney #468B45
RGB
CMYK
RGB Variations
Color information
#468B45 (or 0x468B45) is known color: Killarney. HEX triplet: 46, 8B and 45. RGB value is (70,139,69). Sum of RGB (Red+Green+Blue) = 70+139+69=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #468B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B45 is #B974BA. Grayscale: #6E6E6E. Windows color (decimal): -12154043 or 4557638. OLE color: 4557638.
HSL color Cylindrical-coordinate representation of color #468B45: hue angle of 119.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B45 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 69 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.45 |
| HSL | 119.14º | 0.34% | 0.41% | - |
| HSV(B) | 119.14º | 0.5% | 0.55% | - |
| XYZ | 12.83 | 20.2 | 8.85 | - |
| YUV | 110.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 69 | 0.50 | 0 | 0.50 | 0.45 | 119.14 | 0.34 | 0.41 |
| Hex | 46 | 8B | 45 | 32 | 0 | 32 | 2D | 77 | 22 | 29 |
| Octal | 106 | 213 | 105 | 62 | 0 | 62 | 55 | 167 | 42 | 51 |
| Binary | 1000110 | 10001011 | 1000101 | 110010 | 0 | 110010 | 101101 | 1110111 | 100010 | 101001 |
Color Harmonies of #468B45
Complementary color
Monochromatic Colors of #468B45
Black with #468B45
Text Example
Text Example
White with #468B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B45; }
p { color: rgb(70,139,69); }
H1.HeaderClassName
{
color: #468B45;
}
.AnyTagClassName
{
color: #468B45;
}
</style>
background-color css
<style>
a { background-color: #468B45; }
a { background-color: rgb(70,139,69); }
div.DivClassName
{
background-color: #468B45;
}
.BgClassName
{
background-color: #468B45;
}
</style>
border-color css
<style>
span { border-color: #468B45; }
span { border-color: rgb(70,139,69); }
td.TdClassName
{
border-color: #468B45;
}
.TagClassName
{
border-color: #468B45;
}
</style>